TBinaryObjectReader.ReadSignature
Reads the filer signature
Declaration
Source position: classesh.inc line 1462
public
procedure ReadSignature; Override;
Description
ReadSignature is overridden by TBinaryObjectReader to read the signature (TPF0) from binary streams.
Errors
If the stream does not start with the correct signature, an EReadError exception is raised.
See also
Name | Description |
---|---|
TAbstractObjectReader.ReadSignature | Read resource signature |
TAbstractObjectWriter.WriteSignature | Write stream signature to the stream |
TBinaryObjectWriter.WriteSignature | Write stream signature to the stream |