Class FifoBuffer.Pointer

java.lang.Object
com.trilead.ssh2.channel.FifoBuffer.Pointer
Enclosing class:
FifoBuffer

class FifoBuffer.Pointer extends Object
Points to a specific byte in a FifoBuffer.Page.
  • Field Details

  • Constructor Details

  • Method Details

    • chunk

      private int chunk()
      Figure out the number of bytes that can be read/written in one array copy.
    • write

      public void write(byte[] buf, int start, int len)
    • read

      public void read(byte[] buf, int start, int len)