Uses of Class
io.datarouter.bytes.ByteArrays
| Package | Description |
|---|---|
| io.datarouter.bytes | |
| io.datarouter.bytes.codec.list.bytearraylist |
-
Uses of ByteArrays in io.datarouter.bytes
Subclasses of ByteArrays in io.datarouter.bytes Modifier and Type Class Description classSortedByteArraysRestricts the input arrays to being ordered lexicographically, enabling binary search.Methods in io.datarouter.bytes that return ByteArrays Modifier and Type Method Description static ByteArraysByteArrays. empty()static ByteArraysByteArrays. of(byte[] backingArray, int offset)static ByteArraysByteArrays. of(List<byte[]> inputArrays)Methods in io.datarouter.bytes with parameters of type ByteArrays Modifier and Type Method Description static intByteArrays. compareItem(ByteArrays arrays1, int index1, ByteArrays arrays2, int index2)static SortedByteArraysSortedByteArrays. ofByteArrays(ByteArrays byteArrays)static SortedByteArraysSortedByteArrays. ofByteArraysNoValidation(ByteArrays byteArrays) -
Uses of ByteArrays in io.datarouter.bytes.codec.list.bytearraylist
Methods in io.datarouter.bytes.codec.list.bytearraylist that return ByteArrays Modifier and Type Method Description ByteArraysByteArraysCodec. decode(byte[] bytes)Methods in io.datarouter.bytes.codec.list.bytearraylist that return types with arguments of type ByteArrays Modifier and Type Method Description LengthAndValue<ByteArrays>ByteArraysCodec. decode(byte[] bytes, int offset)Methods in io.datarouter.bytes.codec.list.bytearraylist with parameters of type ByteArrays Modifier and Type Method Description byte[]ByteArraysCodec. encode(ByteArrays value)