User Tools

Site Tools


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

Table of Contents

TGIS_Bytes.CopyFrom method

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

Copy buffer to internal data.

Available also on: Delphi | .NET.

Syntax

// Java
public void CopyFrom(
  TBytesBuffer _src,
  int _srcOffset,
  int _dstOffset,
  int _count
);
// Oxygene
public
  procedure CopyFrom(
    _src : TBytesBuffer;
    _srcOffset : Integer;
    _dstOffset : Integer;
    _count : Integer
  );

Parameters

Name Type Description
_src TBytesBuffer destination buffer
_srcOffset int
Integer
source offset
_dstOffset int
Integer
destination offset
_count int
Integer
number of bytes to copy
2020/05/07 01:11

Page Tools