Uses of Interface
org.pipecraft.pipes.serialization.ByteArrayEncoder
-
Packages that use ByteArrayEncoder Package Description org.pipecraft.pipes.serialization -
-
Uses of ByteArrayEncoder in org.pipecraft.pipes.serialization
Subinterfaces of ByteArrayEncoder in org.pipecraft.pipes.serialization Modifier and Type Interface Description interfaceByteArrayCodec<T>An interface for byte array encoder and decoderClasses in org.pipecraft.pipes.serialization that implement ByteArrayEncoder Modifier and Type Class Description classDelegatingByteArrayCodec<T>Wraps a given byte array encoder and byte array decoder, and delegates encoding/decoding requests to them.Methods in org.pipecraft.pipes.serialization that return ByteArrayEncoder Modifier and Type Method Description default ByteArrayEncoder<T>EncoderFactory. newByteArrayEncoder()ByteArrayEncoder<T>SimpleEncoderFactory. newByteArrayEncoder()ByteArrayEncoder<T>TxtEncoderFactory. newByteArrayEncoder()Constructors in org.pipecraft.pipes.serialization with parameters of type ByteArrayEncoder Constructor Description DelegatingByteArrayCodec(ByteArrayEncoder<T> encoder, ByteArrayDecoder<T> decoder)ConstructorSimpleEncoderFactory(FailableBiConsumer<T,OutputStream,? extends IOException> statelessEncoder, ByteArrayEncoder<T> byteArrEncoder)Constructor
-