Package org.apache.fontbox.cff
Interface CFFParser.ByteSource
- All Known Implementing Classes:
CFFParser.CFFBytesource,CFFTable.CFFBytesource
- Enclosing class:
CFFParser
public static interface CFFParser.ByteSource
Source from which bytes may be read in the future.
-
Method Summary
-
Method Details
-
getBytes
Returns the source bytes. May be called more than once.- Returns:
- the source data as byte array
- Throws:
IOException- if the data could not be read
-