Uses of Interface
org.pipecraft.pipes.serialization.ByteArrayDecoder
-
Packages that use ByteArrayDecoder Package Description org.pipecraft.pipes.serialization -
-
Uses of ByteArrayDecoder in org.pipecraft.pipes.serialization
Subinterfaces of ByteArrayDecoder 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 ByteArrayDecoder 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 ByteArrayDecoder Modifier and Type Method Description default ByteArrayDecoder<T>DecoderFactory. newByteArrayDecoder()ByteArrayDecoder<T>SimpleDecoderFactory. newByteArrayDecoder()ByteArrayDecoder<T>TxtDecoderFactory. newByteArrayDecoder()Constructors in org.pipecraft.pipes.serialization with parameters of type ByteArrayDecoder Constructor Description DelegatingByteArrayCodec(ByteArrayEncoder<T> encoder, ByteArrayDecoder<T> decoder)ConstructorSimpleDecoderFactory(FailableFunction<InputStream,T,? extends IOException> statelessDecoder, ByteArrayDecoder<T> byteArrDecoder)Constructor
-