* Returns the size of the raw data returned by GetRawData. This * includes 1 byte to store the endian type. */
| 143 | * includes 1 byte to store the endian type. |
| 144 | */ |
| 145 | int RawSize() { return (this->Size() + 1); } |
| 146 | |
| 147 | /** |
| 148 | * Returns true iff the stream is empty. |