Package org.graphstream.stream.binary
Interface ByteFactory
public interface ByteFactory
- Since:
- 01/02/16.
-
Method Summary
Modifier and Type Method Description ByteDecodercreateByteDecoder()Create a new binary decoder.ByteEncodercreateByteEncoder()Create a new binary encoder.
-
Method Details
-
createByteEncoder
ByteEncoder createByteEncoder()Create a new binary encoder.- Returns:
- the new created encoder
-
createByteDecoder
ByteDecoder createByteDecoder()Create a new binary decoder.- Returns:
- the new created decoder
-