Class WrappedBuffer

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

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

    Constructors
    Constructor Description
    WrappedBuffer​(java.nio.ByteBuffer buf)  
  • Method Summary

    Modifier and Type Method Description
    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​(java.nio.ByteBuffer buf)
  • Method Details

    • getBuffer

      public java.nio.ByteBuffer getBuffer()
    • dispose

      public void dispose()
    • isDisposed

      public boolean isDisposed()