TBinaryObjectReader.Destroy
Destroys the binary data reader.
Declaration
Source position: classesh.inc line 1439
public
destructor Destroy; Override;
Description
Destroy frees the buffer allocated when the instance was created. It also positions the stream on the last used position in the stream (the buffering may cause the reader to read more bytes than were actually used.)
See also
Name | Description |
---|---|
TBinaryObjectReader.Create | Creates a new binary data reader instance. |