This is the complete list of members for ByteStreamOut, including all inherited members.
isSeekable() const =0 | ByteStreamOut | pure virtual |
put16bitsBE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
put16bitsLE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
put32bitsBE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
put32bitsLE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
put64bitsBE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
put64bitsLE(const U8 *bytes)=0 | ByteStreamOut | pure virtual |
putByte(U8 byte)=0 | ByteStreamOut | pure virtual |
putBytes(const U8 *bytes, U32 num_bytes)=0 | ByteStreamOut | pure virtual |
seek(const I64 position)=0 | ByteStreamOut | pure virtual |
seekEnd()=0 | ByteStreamOut | pure virtual |
tell() const =0 | ByteStreamOut | pure virtual |
~ByteStreamOut() | ByteStreamOut | inlinevirtual |