All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xbib.io.Packet Maven / Gradle / Ivy

The newest version!
package org.xbib.io;

/**
 * A packet for transporting data chunks in sessions
 */
public interface Packet

{ String name(); Packet

name(String name); P packet(); Packet

packet(P packet); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy