Interface IStream
Unit
Declaration
type IStream = interface(IInterface)
Description
Attributes
- GUID['{01B2CFDE-9214-4753-A178-FA565DF7C92E}']
Hierarchy
- IInterface
- IStream
Overview
Methods
![]() |
procedure Lock; |
![]() |
procedure Unlock; |
![]() |
function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; |
![]() |
function Read(Buffer: pointer; Count: Integer): Integer; |
![]() |
function GetSize: int64; |
Description
Methods
![]() |
procedure Lock; |
![]() |
procedure Unlock; |
![]() |
function Seek(const Offset: Int64; Origin: TSeekOrigin): Int64; |
![]() |
function Read(Buffer: pointer; Count: Integer): Integer; |
![]() |
function GetSize: int64; |
Generated by PasDoc 0.16.0.