Class ByteBufferWithInfo

java.lang.Object
com.sun.corba.se.impl.encoding.ByteBufferWithInfo

public class ByteBufferWithInfo extends Object
  • Field Details

    • byteBuffer

      public ByteBuffer byteBuffer
    • buflen

      public int buflen
    • needed

      public int needed
    • fragmented

      public boolean fragmented
  • Constructor Details

    • ByteBufferWithInfo

      public ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer, int index)
    • ByteBufferWithInfo

      public ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer)
    • ByteBufferWithInfo

      public ByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager)
    • ByteBufferWithInfo

      public ByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers)
    • ByteBufferWithInfo

      public ByteBufferWithInfo(ByteBufferWithInfo bbwi)
  • Method Details

    • getSize

      public int getSize()
    • getLength

      public int getLength()
    • position

      public int position()
    • position

      public void position(int newPosition)
    • setLength

      public void setLength(int theLength)
    • growBuffer

      public void growBuffer(ORB orb)
    • toString

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

      protected void dprint(String msg)