DK11 for Java | tatukgis.jdk.TGIS_Bytes | Classes | Constructors | Methods | Properties
Helper class like TBytes, but with setting start position.
// Java public class TGIS_Bytes { };
// Oxygene type TGIS_Bytes = public class end;
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. | |
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. | |