DK11 for Delphi | GisStreams.TGIS_MemoryStream | Classes | Constructors | Fields | Methods | Properties
Equivalent to TMemoryStream.
// Delphi type TGIS_MemoryStream = class( TGIS_HandleStream ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_MemoryStream : public TGIS_HandleStream { };
→ TStream → TGIS_BaseStream → TGIS_HandleStream
Name | Visibility | Description | |
---|---|---|---|
Create | public | See documentation for TMemoryStream in Delphi help. | |
Destroy | public | Standard destructor. (Overrides TGIS_HandleStream.Destroy) |
|
Name | Visibility | Description | |
---|---|---|---|
FStream | protected | File handle. (Inherited from TGIS_HandleStream) |
|
Name | Visibility | Description | |
---|---|---|---|
Clear | public | See documentation for TMemoryStream in Delphi help. | |
Read | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|
ReadByte(Byte) | public | Read byte. (Inherited from TGIS_BaseStream) |
|
ReadByte(Byte; Integer) | public | Read byte. (Inherited from TGIS_BaseStream) |
|
ReadCardinal(Cardinal) | public | Read cardinal. (Inherited from TGIS_BaseStream) |
|
ReadCardinal(Cardinal; Integer) | public | Read cardinal. (Inherited from TGIS_BaseStream) |
|
ReadDouble(Double) | public | Read short double. (Inherited from TGIS_BaseStream) |
|
ReadDouble(Double; Integer) | public | Read short double. (Inherited from TGIS_BaseStream) |
|
ReadInt64(Int64) | public | Read int64. (Inherited from TGIS_BaseStream) |
|
ReadInt64(Int64; Integer) | public | Read int64. (Inherited from TGIS_BaseStream) |
|
ReadInteger(Integer) | public | Read integer. (Inherited from TGIS_BaseStream) |
|
ReadInteger(Integer; Integer) | public | Read integer. (Inherited from TGIS_BaseStream) |
|
ReadShortInt(ShortInt) | public | Read short integer. (Inherited from TGIS_BaseStream) |
|
ReadShortInt(ShortInt; Integer) | public | Read short integer. (Inherited from TGIS_BaseStream) |
|
ReadSingle(Single) | public | Read single. (Inherited from TGIS_BaseStream) |
|
ReadSingle(Single; Integer) | public | Read single. (Inherited from TGIS_BaseStream) |
|
ReadSmallInt(SmallInt) | public | Read smallint. (Inherited from TGIS_BaseStream) |
|
ReadSmallInt(SmallInt; Integer) | public | Read smallint. (Inherited from TGIS_BaseStream) |
|
ReadWord(Word) | public | Read word. (Inherited from TGIS_BaseStream) |
|
ReadWord(Word; Integer) | public | Read word. (Inherited from TGIS_BaseStream) |
|
Seek(Int64; TSeekOrigin) | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|
Seek(LongInt; Word) | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|
Write | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|
WriteByte(Byte) | public | Write byte. (Inherited from TGIS_BaseStream) |
|
WriteByte(Byte; Integer) | public | Write byte. (Inherited from TGIS_BaseStream) |
|
WriteCardinal(Cardinal) | public | Write cardinal. (Inherited from TGIS_BaseStream) |
|
WriteCardinal(Cardinal; Integer) | public | Write cardinal. (Inherited from TGIS_BaseStream) |
|
WriteDouble(Double) | public | Write double. (Inherited from TGIS_BaseStream) |
|
WriteDouble(Double; Integer) | public | Write double. (Inherited from TGIS_BaseStream) |
|
WriteInteger(Integer) | public | Write integer. (Inherited from TGIS_BaseStream) |
|
WriteInteger(Integer; Integer) | public | Write integer. (Inherited from TGIS_BaseStream) |
|
WriteShortInt(ShortInt) | public | Write short integer. (Inherited from TGIS_BaseStream) |
|
WriteShortInt(ShortInt; Integer) | public | Write short integer. (Inherited from TGIS_BaseStream) |
|
WriteSingle(Single) | public | Write Single. (Inherited from TGIS_BaseStream) |
|
WriteSingle(Single; Integer) | public | Write Single. (Inherited from TGIS_BaseStream) |
|
WriteWord(Word) | public | Write word. (Inherited from TGIS_BaseStream) |
|
WriteWord(Word; Integer) | public | Write word. (Inherited from TGIS_BaseStream) |
|
Name | Visibility | Description | |
---|---|---|---|
Memory | public | See documentation for TMemoryStream in Delphi help. | |
Position | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|
Size | public | See documentation for TStream in Delphi help. (Inherited from TGIS_HandleStream) |
|