Interface BytezAllocator

All Known Implementing Classes:
HeapBytezAllocator, MallocBytezAllocator

public interface BytezAllocator
Date: 16.11.13 Time: 12:37 An Allocator instantiates byte sources and can free them again (if necessary)
  • Method Summary

    Modifier and Type Method Description
    Bytez alloc​(long len)  
    void free​(Bytez bytes)  
    void freeAll()