Package org.apache.fontbox.cff
Interface CFFParser.ByteSource
-
- All Known Implementing Classes:
CFFTable.CFFBytesource
,PDCIDFontType0.FF3ByteSource
,PDType1CFont.FF3ByteSource
- Enclosing class:
- CFFParser
public static interface CFFParser.ByteSource
Source from which bytes may be read in the future.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getBytes()
Returns the source bytes.
-