Class WrappedBuffer

java.lang.Object
zombie.core.utils.WrappedBuffer

public final class WrappedBuffer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    WrappedBuffer​(int int1)  
  • Method Summary

    Modifier and Type Method Description
    int capacity()  
    void dispose()  
    java.nio.ByteBuffer getBuffer()  
    boolean isDisposed()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WrappedBuffer

      public WrappedBuffer​(int int1)
  • Method Details

    • getBuffer

      public java.nio.ByteBuffer getBuffer()
    • capacity

      public int capacity()
    • dispose

      public void dispose()
    • isDisposed

      public boolean isDisposed()