public class DataSource extends Object
The public class DataSource represents PDF data source.
Modifier and Type | Field and Description |
---|---|
byte[] |
Buf |
String |
Buffer
string of the ascii data
|
int |
BufLength |
int |
BufPointor
the pointor of the hex data buffer.
|
int |
BytesAvailable
the Max length of bytes array.
|
boolean |
IsHex
whether the data is in hex format.
|
int |
NextBytePointer
ponter to next byte in data array.
|
T1PrivateData |
PrivateData |
Constructor and Description |
---|
DataSource() |
public int NextBytePointer
ponter to next byte in data array.
public int BytesAvailable
the Max length of bytes array.
public String Buffer
string of the ascii data
public byte[] Buf
public int BufLength
public int BufPointor
the pointor of the hex data buffer.
public boolean IsHex
whether the data is in hex format.
public T1PrivateData PrivateData
Copyright © 2016 Aspose. All Rights Reserved.