Package org.apache.pdfbox.pdmodel.font
Class PDCIDFontType0.FF3ByteSource
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.font.PDCIDFontType0.FF3ByteSource
-
- All Implemented Interfaces:
CFFParser.ByteSource
- Enclosing class:
- PDCIDFontType0
private class PDCIDFontType0.FF3ByteSource extends java.lang.Object implements CFFParser.ByteSource
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FF3ByteSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
Returns the source bytes.
-
-
-
Method Detail
-
getBytes
public byte[] getBytes() throws java.io.IOException
Description copied from interface:CFFParser.ByteSource
Returns the source bytes. May be called more than once.- Specified by:
getBytes
in interfaceCFFParser.ByteSource
- Throws:
java.io.IOException
-
-