User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.ReadByte method

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

Read a byte value.

Available also on: Delphi | .NET.

Syntax

// Java
public byte ReadByte(
  int _off
);
// Oxygene
public
  function ReadByte(
    _off : Integer
  ) : Byte;

Parameters

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

Result

Type Description
byte
Byte
read value
2025/01/31 01:15

Page Tools