- capacity
size_t capacity [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- peekWindow
size_t peekWindow [@property setter]
Controls the maximum size of the array returned by peek().
- readable
bool readable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- size
ulong size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- writable
bool writable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Provides a random access stream interface for accessing an array of bytes.