DK for Java | tatukgis.jdk.TGIS_Bytes.ReadByte | Constructors | Methods | Properties
Read a byte value.
// Java public byte ReadByte( int _off );
// Oxygene public function ReadByte( _off : Integer ) : Byte;
Name | Type | Description |
---|---|---|
_off | int Integer | offset the values is placed at |
Type | Description |
---|---|
byte Byte | read value |