Interface ByteArrayCodec<T>
-
- Type Parameters:
T- the type of the items to encode/decode
- All Superinterfaces:
ByteArrayDecoder<T>,ByteArrayEncoder<T>
- All Known Implementing Classes:
DelegatingByteArrayCodec
public interface ByteArrayCodec<T> extends ByteArrayEncoder<T>, ByteArrayDecoder<T>
An interface for byte array encoder and decoder- Author:
- Eyal Schneider
-
-
Method Summary
-
Methods inherited from interface org.pipecraft.pipes.serialization.ByteArrayDecoder
decode, newFixedRecSizeDecoder
-
Methods inherited from interface org.pipecraft.pipes.serialization.ByteArrayEncoder
encode
-
-