[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Binary component stream reader with BiDi support
Source position: streamex.pp line 13
type TBidirBinaryObjectReader = class(TBinaryObjectReader) |
||
protected |
||
function GetPosition; |
||
procedure SetPosition(); |
||
public |
||
property Position: LongInt; [rw] |
|
Position in the stream |
end; |
|
Binary component stream reader with BiDi support |
|
| | ||
| | ||
| | ||
TBidirBinaryObjectReader is a class descendent from TBinaryObjectReader, which implements the necessary support for BiDi data: the position in the stream (not available in the standard streaming) is emulated.
|
Binary component stream writer with BiDi support |
|
|
Stream reader with BiDi Support |
lazarus-ccr.sourceforge.net |