User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_bytes.readint32_integer

Table of Contents

TGIS_Bytes.ReadInt32 method

DK for Java | tatukgis.jdk.TGIS_Bytes.ReadInt32 | Constructors | Methods | Properties

Read an integer value.

Available also on: Delphi | .NET.

Syntax

// Java
public int ReadInt32(
  int _off
);
// Oxygene
public
  function ReadInt32(
    _off : Integer
  ) : Integer;

Parameters

Name Type Description
_off int
Integer
offset the values is placed at

Result

Type Description
int
Integer
read value
2025/01/31 01:15

Page Tools