public class ByteBufferWithInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
buflen |
ByteBuffer |
byteBuffer |
boolean |
fragmented |
int |
needed |
| Constructor and Description |
|---|
ByteBufferWithInfo(ByteBufferWithInfo bbwi) |
ByteBufferWithInfo(ORB orb,
BufferManagerWrite bufferManager) |
ByteBufferWithInfo(ORB orb,
BufferManagerWrite bufferManager,
boolean usePooledByteBuffers) |
ByteBufferWithInfo(ORB orb,
ByteBuffer byteBuffer) |
ByteBufferWithInfo(ORB orb,
ByteBuffer byteBuffer,
int index) |
public ByteBuffer byteBuffer
public int buflen
public int needed
public boolean fragmented
public ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer, int index)
public ByteBufferWithInfo(ORB orb, ByteBuffer byteBuffer)
public ByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager)
public ByteBufferWithInfo(ORB orb, BufferManagerWrite bufferManager, boolean usePooledByteBuffers)
public ByteBufferWithInfo(ByteBufferWithInfo bbwi)
public int getSize()
public int getLength()
public int position()
public void position(int newPosition)
public void setLength(int theLength)
public void growBuffer(ORB orb)
Copyright © 2020 ADDC Infotech GmbH. All rights reserved.