DK11 for Java | tatukgis.jdk.TGIS_Bytes.CopyFrom | Constructors | Methods | Properties
Copy buffer to internal data.
// Java public void CopyFrom( TBytesBuffer _src, int _srcOffset, int _dstOffset, int _count );
// Oxygene public procedure CopyFrom( _src : TBytesBuffer; _srcOffset : Integer; _dstOffset : Integer; _count : Integer );
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 |