- array
byte[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
- arrayOffset
int arrayOffset()
Undocumented in source. Be warned that the author may not have intended to support it.
- byteBuffer
ByteBuffer byteBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- capacity
int capacity()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
ReadableBuffer clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- duplicate
ReadableBuffer duplicate()
Undocumented in source. Be warned that the author may not have intended to support it.
- flip
ReadableBuffer flip()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
byte get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
byte get(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ReadableBuffer get(byte[] target, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ReadableBuffer get(byte[] target)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
ReadableBuffer get(WritableBuffer target)
Undocumented in source. Be warned that the author may not have intended to support it.
- getBuffer
ByteBuf getBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDouble
double getDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloat
float getFloat()
Undocumented in source. Be warned that the author may not have intended to support it.
- getInt
int getInt()
Undocumented in source. Be warned that the author may not have intended to support it.
- getLong
long getLong()
Undocumented in source. Be warned that the author may not have intended to support it.
- getShort
short getShort()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasArray
bool hasArray()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasRemaining
bool hasRemaining()
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
ReadableBuffer limit(int limit)
Undocumented in source. Be warned that the author may not have intended to support it.
- limit
int limit()
Undocumented in source. Be warned that the author may not have intended to support it.
- mark
ReadableBuffer mark()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(ReadableBuffer o)
Undocumented in source. Be warned that the author may not have intended to support it.
- position
ReadableBuffer position(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- position
int position()
Undocumented in source. Be warned that the author may not have intended to support it.
- readString
string readString()
Undocumented in source. Be warned that the author may not have intended to support it.
- readUTF8
string readUTF8()
Undocumented in source. Be warned that the author may not have intended to support it.
- reclaimRead
ReadableBuffer reclaimRead()
Undocumented in source. Be warned that the author may not have intended to support it.
- remaining
int remaining()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
ReadableBuffer reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- rewind
ReadableBuffer rewind()
Undocumented in source. Be warned that the author may not have intended to support it.
- slice
ReadableBuffer slice()
Undocumented in source. Be warned that the author may not have intended to support it.
Proton ReadableBuffer implementation that wraps a Netty ByteBuf