User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bytes

TGIS_Bytes class

DK11 for Java | tatukgis.jdk.TGIS_Bytes | Classes | Constructors | Methods | Properties

Helper class like TBytes, but with setting start position.

Available also on: Delphi | .NET.

Syntax

// Java
public class TGIS_Bytes {
};
// Oxygene
type
  TGIS_Bytes = public class
  end;

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_Bytes(int) public Create an object.
TGIS_Bytes(IntPtr, int, int) public Create an object.
TGIS_Bytes(TBytes, int) public Create an object.
TGIS_Bytes(TBytes, int, int) public Create an object.

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(int, int, int) public Recreate an object.
Recreate(TBytes, int, int) 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.

2021/12/07 08:51

Page Tools