Interface BinaryStreamReader.ByteBufferAllocator

All Known Implementing Classes:
BinaryStreamReader.CachingByteBufferAllocator, BinaryStreamReader.DefaultByteBufferAllocator
Enclosing class:
BinaryStreamReader

public static interface BinaryStreamReader.ByteBufferAllocator
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    allocate(int size)
     
  • Method Details

    • allocate

      byte[] allocate(int size)