- clear
void clear()
- duplicate
Ref!StreamPeerBuffer duplicate()
- getDataArray
PoolByteArray getDataArray()
- getPosition
long getPosition()
- getSize
long getSize()
- opAssign
StreamPeerBuffer opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(StreamPeerBuffer other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(long size)
- seek
void seek(long position)
- setDataArray
void setDataArray(PoolByteArray data)