Class CMapCache
- java.lang.Object
-
- com.itextpdf.text.pdf.fonts.cmaps.CMapCache
-
public class CMapCache extends java.lang.Object- Author:
- psoares
-
-
Constructor Summary
Constructors Constructor Description CMapCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CMapByteCidgetCachedCMapByteCid(java.lang.String name)static CMapCidBytegetCachedCMapCidByte(java.lang.String name)static CMapCidUnigetCachedCMapCidUni(java.lang.String name)static CMapUniCidgetCachedCMapUniCid(java.lang.String name)
-
-
-
Method Detail
-
getCachedCMapUniCid
public static CMapUniCid getCachedCMapUniCid(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapCidUni
public static CMapCidUni getCachedCMapCidUni(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapCidByte
public static CMapCidByte getCachedCMapCidByte(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
getCachedCMapByteCid
public static CMapByteCid getCachedCMapByteCid(java.lang.String name) throws java.io.IOException
- Throws:
java.io.IOException
-
-