Uses of Class
io.datarouter.bytes.ByteArrays
Packages that use ByteArrays
-
Uses of ByteArrays in io.datarouter.bytes
Subclasses of ByteArrays in io.datarouter.bytesModifier and TypeClassDescriptionclassRestricts the input arrays to being ordered lexicographically, enabling binary search.Methods in io.datarouter.bytes that return ByteArraysModifier and TypeMethodDescriptionstatic ByteArraysByteArrays.empty()static ByteArraysByteArrays.of(byte[] backingArray, int offset) static ByteArraysMethods in io.datarouter.bytes with parameters of type ByteArraysModifier and TypeMethodDescriptionstatic 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 ByteArraysMethods in io.datarouter.bytes.codec.list.bytearraylist that return types with arguments of type ByteArraysMethods in io.datarouter.bytes.codec.list.bytearraylist with parameters of type ByteArrays