User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_bytes

TGIS_Bytes class

DK for Delphi | GisClasses.TGIS_Bytes | Classes | Constructors | Methods | Properties

Helper class like TBytes, but with setting start position.

Available also on: .NET | Java.

Syntax

// Delphi
type
  TGIS_Bytes = class
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_Bytes

Constructors

Inherited Overrides Protected
Name Visibility Description
Create(Integer) public Create an object.
Create(Pointer; Integer; Integer) public Create an object.
Destroy public Destroy allocated memory.

Methods

Inherited Overrides Protected
Name Visibility Description
CopyFrom public Copy buffer to internal data.
CopyTo public Copy internal data to the buffer.
Dec public Decrement an integer value.
Inc public Increment an integer value.
ReadByte public Read a byte value.
ReadDouble public Read a double value.
ReadInt32 public Read an integer value.
ReadSingle public Read a single value.
ReadUInt32 public Read an integer value.
ReadWord public Read a word value.
ReallocMem public Realloc memory of an object.
Recreate(Integer; Integer; Integer) public Recreate an object.
Recreate(TBytes; Integer; Integer) public Recreate an object.
Reset public Reset an object.
WriteByte public Write byte value.
WriteDouble public Write a double value.
WriteInt32 public Write an integer value.

Properties

Inherited Protected
Name Visibility Description
Memory public Underlying memory structure.
Position public Start position for manipulating data.
Size public Length of buffer.

2025/01/31 01:06

Page Tools