Package w.util
Interface ByteSlice
- All Known Implementing Classes:
ByteSlice.Default
public interface ByteSlice
- Author:
- whilein
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbyteget(int position) byte @NotNull []getArray()intintbyte @NotNull []getSlice()@NotNull ByteSliceslice(int off, int len) @NotNull BigIntegertoBigInt()@NotNull StringtoString()static @NotNull ByteSlicewrap(byte[] array) static @NotNull ByteSlicewrap(byte[] array, int off, int len)