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