Package w.util

Interface ByteAllocator

All Known Implementing Classes:
ByteAllocator.SafeByteAllocator, ByteAllocator.UnsafeByteAllocator

public interface ByteAllocator
Author:
whilein
  • Field Details

    • INSTANCE

      @NotNull static final @NotNull ByteAllocator INSTANCE
  • Method Details

    • allocate

      byte @NotNull [] allocate(int length)