Package com.itextpdf.io.font.cmap
Class CMapLocationFromBytes
- java.lang.Object
-
- com.itextpdf.io.font.cmap.CMapLocationFromBytes
-
- All Implemented Interfaces:
ICMapLocation
public class CMapLocationFromBytes extends java.lang.Object implements ICMapLocation
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
data
-
Constructor Summary
Constructors Constructor Description CMapLocationFromBytes(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfTokenizer
getLocation(java.lang.String location)
-
-
-
Method Detail
-
getLocation
public PdfTokenizer getLocation(java.lang.String location)
- Specified by:
getLocation
in interfaceICMapLocation
-
-