|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fontbox.pfb.PfbParser
Parser for a pfb-file.
Constructor Summary | |
PfbParser(InputStream in)
Create a new object. |
|
PfbParser(String filename)
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PfbParser(String filename) throws IOException
filename
- the file name
IOException
- if an IO-error occurs.public PfbParser(InputStream in) throws IOException
in
- The input.
IOException
- if an IO-error occurs.Method Detail |
public int[] getLengths()
public byte[] getPfbdata()
public InputStream getInputStream()
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |