org.apache.fontbox.pfb
public class PfbParser extends Object
Version: $Revision: 1.1 $
Constructor Summary | |
---|---|
PfbParser(String filename)
Create a new object. | |
PfbParser(InputStream in)
Create a new object. |
Method Summary | |
---|---|
InputStream | getInputStream()
Returns the pfb data as stream. |
int[] | getLengths()
Returns the lengths. |
byte[] | getPfbdata()
Returns the pfbdata. |
int | size()
Returns the size of the pfb-data. |
Parameters: filename the file name
Throws: IOException if an IO-error occurs.
Parameters: in The input.
Throws: IOException if an IO-error occurs.
Returns: Returns the pfb data as stream.
Returns: Returns the lengths.
Returns: Returns the pfbdata.
Returns: Returns the size of the pfb-data.