Package w.util
Class ByteAllocator.SafeByteAllocator
java.lang.Object
w.util.ByteAllocator.SafeByteAllocator
- All Implemented Interfaces:
ByteAllocator
- Enclosing interface:
- ByteAllocator
-
Nested Class Summary
Nested classes/interfaces inherited from interface w.util.ByteAllocator
ByteAllocator.SafeByteAllocator, ByteAllocator.UnsafeByteAllocator -
Field Summary
Fields inherited from interface w.util.ByteAllocator
INSTANCE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SafeByteAllocator
public SafeByteAllocator()
-
-
Method Details
-
allocate
public byte @NotNull [] allocate(int length) - Specified by:
allocatein interfaceByteAllocator
-