Package w.util
Interface ByteAllocator
- All Known Implementing Classes:
ByteAllocator.SafeByteAllocator,ByteAllocator.UnsafeByteAllocator
public interface ByteAllocator
- Author:
- whilein
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final class -
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
Method Details
-
allocate
byte @NotNull [] allocate(int length)
-