Package io.activej.csp.binary.decoder
Class ByteBufsDecoders
java.lang.Object
io.activej.csp.binary.decoder.ByteBufsDecoders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBufsDecoder<byte[]>assertBytes(byte[] data) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofByteSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofCrlfTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofCrTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofFixedSize(int length) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofIntSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofNullTerminatedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofShortSizePrefixedBytes(int maxSize) static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>static ByteBufsDecoder<io.activej.bytebuf.ByteBuf>ofVarIntSizePrefixedBytes(int maxSize)
-
Constructor Details
-
ByteBufsDecoders
public ByteBufsDecoders()
-
-
Method Details
-
assertBytes
-
ofFixedSize
-
ofNullTerminatedBytes
-
ofNullTerminatedBytes
-
ofCrTerminatedBytes
-
ofCrTerminatedBytes
-
ofCrlfTerminatedBytes
-
ofCrlfTerminatedBytes
-
ofIntSizePrefixedBytes
-
ofIntSizePrefixedBytes
-
ofShortSizePrefixedBytes
-
ofShortSizePrefixedBytes
-
ofByteSizePrefixedBytes
-
ofByteSizePrefixedBytes
-
ofVarIntSizePrefixedBytes
-
ofVarIntSizePrefixedBytes
-