Package org.apache.fop.fonts.cff
Class CFFDataReader.DataLocation
- java.lang.Object
-
- org.apache.fop.fonts.cff.CFFDataReader.DataLocation
-
- Enclosing class:
- CFFDataReader
private static class CFFDataReader.DataLocation extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
dataLength
private int
dataPosition
-
Constructor Summary
Constructors Constructor Description DataLocation()
DataLocation(int position, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDataLength()
int
getDataPosition()
-