AppendingBinaryByteStream [constructor] | Constructors |
clear | Clear all bytes from the underlying buffer. |
commit [virtual] | Commit buffered changes; always succeeds for this in-memory stream. |
data | Return the underlying contiguous mutable data buffer. |
getEndian [virtual] | Return the endianness of multi-byte values in this stream. |
getFlags [virtual] | Return the properties of this stream. |
getLength [virtual] | Return the number of bytes in this stream. |
insert | Insert Bytes into the stream at Offset, shifting existing data. |
readBytes [virtual] | Read Size bytes starting at Offset without copying. |
readLongestContiguousChunk [virtual] | Read the longest contiguous chunk starting at Offset without copying. |
writeBytes | writeBytes overloads |