DK11 for Java | tatukgis.jdk.TGIS_DDFSubfieldDefn.GetStringData | Constructors | Methods | Properties
Retrieves string data from a source buffer.
// Java public TBytes GetStringData( TBytes _sourceData, int _maxBytes, /* ref */ @ValueTypeParameter VarParameter<int> _consumedBytes );
// Oxygene public function GetStringData( _sourceData : TBytes; _maxBytes : Integer; var _consumedBytes : Integer ) : TBytes;
Name | Type | Description |
---|---|---|
_sourceData | TBytes | source buffer |
_maxBytes | int Integer | maximum number of bytes to be read |
_consumedBytes | int Integer | number of consumed bytes |
Type | Description |
---|---|
TBytes | retrieved string data |