WritableBuffer

Undocumented in source.

Members

Functions

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

Meta