Package w.util

Class ByteAllocator.UnsafeByteAllocator

java.lang.Object
w.util.ByteAllocator.UnsafeByteAllocator
All Implemented Interfaces:
ByteAllocator
Enclosing interface:
ByteAllocator

public static final class ByteAllocator.UnsafeByteAllocator extends Object implements ByteAllocator
  • Constructor Details

    • UnsafeByteAllocator

      public UnsafeByteAllocator()
  • Method Details

    • allocate

      public byte @NotNull [] allocate(int length)
      Specified by:
      allocate in interface ByteAllocator