Interface IWritableStream
Unit
Declaration
type IWritableStream = interface(IStream)
Description
No description available, ancestor IStream description follows
Attributes
- GUID['{01B2CFDE-9214-4753-A178-FA565DF7C92E}']
Attributes
- GUID['{A085299F-E45A-498C-9551-173BF81A8571}']
Hierarchy
- IInterface
- IStream
- IWritableStream
Overview
Methods
function Write(Buffer: pointer; Count: Longint): Longint; |
|
function Append(Buffer: pointer; Count: Integer): Integer; |
|
procedure CopyFrom(Source: IStream); |
Description
Methods
function Write(Buffer: pointer; Count: Longint): Longint; |
|
function Append(Buffer: pointer; Count: Integer): Integer; |
|
procedure CopyFrom(Source: IStream); |
|
Generated by PasDoc 0.16.0.