org.apache.fontbox.cff
public class CFFDataInput extends DataInput
Version: $Revision$
Constructor Summary | |
---|---|
CFFDataInput(byte[] buffer)
Constructor. |
Method Summary | |
---|---|
int | readCard16()
Read one single Card16 value from the buffer. |
int | readCard8()
Read one single Card8 value from the buffer. |
int | readOffset(int offSize)
Read the offset from the buffer. |
int | readOffSize()
Read the offsize from the buffer. |
int | readSID()
Read a SID from the buffer. |
Parameters: buffer the buffer to be read
Returns: the card16 value
Throws: IOException if an error occurs during reading
Returns: the card8 value
Throws: IOException if an error occurs during reading
Parameters: offSize the given offsize
Returns: the offset
Throws: IOException if an error occurs during reading
Returns: the offsize
Throws: IOException if an error occurs during reading
Returns: the SID
Throws: IOException if an error occurs during reading