Package com.tom_roush.fontbox.cff
Interface CFFParser.ByteSource
-
- Enclosing class:
- CFFParser
public static interface CFFParser.ByteSourceSource 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.
-
-
-
Method Detail
-
getBytes
byte[] getBytes() throws IOExceptionReturns the source bytes. May be called more than once.- Throws:
IOException
-
-