| BeginComponent(TAbstractObjectReader) | public | Marks the reading of a new component. | 
| BeginComponent(TBinaryObjectReader) | public | Start reading a component. | 
| BeginProperty(TBinaryObjectReader) | public | Start reading a property. | 
| BeginProperty(TAbstractObjectReader) | public | Marks the reading of a property value. | 
| BeginRootComponent(TBinaryObjectReader) | public | Start reading the root component. | 
| BeginRootComponent(TAbstractObjectReader) | public | Starts the reading of the root component. | 
| Create(TBinaryObjectReader) | public | Creates a new binary data reader instance. | 
| Destroy(TBinaryObjectReader) | public | Destroys the binary data reader. | 
| FlushBuffer(TAbstractObjectReader) | public | Flush the buffer | 
| NextValue(TBinaryObjectReader) | public | Return the type of the next value. | 
| NextValue(TAbstractObjectReader) | public | Returns the type of the next value in the stream. | 
| Read(TAbstractObjectReader) | public | Read raw data from stream | 
| Read(TBinaryObjectReader) | public | Read raw data from stream | 
| ReadBinary(TBinaryObjectReader) | public | Start reading a binary value. | 
| ReadBinary(TAbstractObjectReader) | public | Read binary data from the stream. | 
| ReadCurrency(TBinaryObjectReader) | public | Read a currency value from the stream. | 
| ReadCurrency(TAbstractObjectReader) | public | Read a currency value from the stream. | 
| ReadDate(TBinaryObjectReader) | public | Read a date. | 
| ReadDate(TAbstractObjectReader) | public | Read a date value from the stream. | 
| ReadFloat(TBinaryObjectReader) | public | Read a float value | 
| ReadFloat(TAbstractObjectReader) | public | Read a float value from the stream. | 
| ReadIdent(TBinaryObjectReader) | public | Read an identifier | 
| ReadIdent(TAbstractObjectReader) | public | Read an identifier from the stream. | 
| ReadInt16(TBinaryObjectReader) | public | Read a 16-bits integer. | 
| ReadInt16(TAbstractObjectReader) | public | Read a 16-bit integer from the stream. | 
| ReadInt32(TBinaryObjectReader) | public | Read a 32-bits integer. | 
| ReadInt32(TAbstractObjectReader) | public | Read a 32-bit integer from the stream. | 
| ReadInt64(TBinaryObjectReader) | public | Read a 64-bits integer. | 
| ReadInt64(TAbstractObjectReader) | public | Read a 64-bit integer from the stream. | 
| ReadInt8(TBinaryObjectReader) | public | Read an 8-bits integer. | 
| ReadInt8(TAbstractObjectReader) | public | Read an 8-bit integer from the stream. | 
| ReadSet(TBinaryObjectReader) | public | Read a set | 
| ReadSet(TAbstractObjectReader) | public | Reads a set from the stream. | 
| ReadSignature(TBinaryObjectReader) | public | Reads the filer signature | 
| ReadSignature(TAbstractObjectReader) | public | Read resource signature | 
| ReadSingle(TBinaryObjectReader) | public | Read a single-size float value | 
| ReadSingle(TAbstractObjectReader) | public | Read a single (real-type) value from the stream. | 
| ReadStr(TBinaryObjectReader) | public | Read a short string | 
| ReadStr(TAbstractObjectReader) | public | Read a shortstring from the stream | 
| ReadString(TBinaryObjectReader) | public | Read a string | 
| ReadString(TAbstractObjectReader) | public | Read a string of type StringType from the stream. | 
| ReadUnicodeString(TBinaryObjectReader) | public | Read a Unicode string value | 
| ReadUnicodeString(TAbstractObjectReader) | public | Read a Unicode string value | 
| ReadValue(TBinaryObjectReader) | public | Read the next value in the stream | 
| ReadValue(TAbstractObjectReader) | public | Reads the type of the next value. | 
| ReadWideString(TBinaryObjectReader) | public | Read a widestring value from the stream. | 
| ReadWideString(TAbstractObjectReader) | public | Read a widestring value from the stream. | 
| SkipComponent(TAbstractObjectReader) | public | Skip till the end of the component. | 
| SkipComponent(TBinaryObjectReader) | public | Skip a component's data | 
| SkipValue(TAbstractObjectReader) | public | Skip the current value. | 
| SkipValue(TBinaryObjectReader) | public | Skip a value's data |