DK11 for Java | tatukgis.jdk.TGIS_Bytes.CopyTo | Constructors | Methods | Properties
Copy internal data to the buffer.
// Java public void CopyTo( TBytesBuffer _dst, int _dstOffset, int _srcOffset, int _count );
// Oxygene public procedure CopyTo( _dst : TBytesBuffer; _dstOffset : Integer; _srcOffset : Integer; _count : Integer );
Name | Type | Description |
---|---|---|
_dst | TBytesBuffer | destination buffer |
_dstOffset | int Integer | destination offset |
_srcOffset | int Integer | source offset |
_count | int Integer | number of bytes to copy |