- hasRemaining
bool hasRemaining()
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.
- position
int position()
Undocumented in source. Be warned that the author may not have intended to support it.
- position
void position(int position)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(byte b)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(byte[] src, int offset, int length)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(ByteBuffer payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(ReadableBuffer payload)
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(String value)
Undocumented in source. Be warned that the author may not have intended to support it.
- putDouble
void putDouble(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
- putFloat
void putFloat(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
- putInt
void putInt(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- putLong
void putLong(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
- putShort
void putShort(short s)
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.