Class AsyncFileIOEvent

java.lang.Object
org.nustaq.kontraktor.asyncio.AsyncFileIOEvent

public class AsyncFileIOEvent extends Object
Created by moelrue on 5/4/15.
  • Constructor Details

    • AsyncFileIOEvent

      public AsyncFileIOEvent(long position, int read, ByteBuffer buffer)
  • Method Details

    • getNextPosition

      public long getNextPosition()
    • getBuffer

      public ByteBuffer getBuffer()
    • copyBytes

      public byte[] copyBytes()
    • getRead

      public int getRead()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • reset

      public void reset()