com.itextpdf.text.pdf.fonts.cmaps
Class CMapCache

java.lang.Object
  extended by com.itextpdf.text.pdf.fonts.cmaps.CMapCache

public class CMapCache
extends Object

Author:
psoares

Constructor Summary
CMapCache()
           
 
Method Summary
static CMapByteCid getCachedCMapByteCid(String name)
           
static CMapCidByte getCachedCMapCidByte(String name)
           
static CMapCidUni getCachedCMapCidUni(String name)
           
static CMapUniCid getCachedCMapUniCid(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMapCache

public CMapCache()
Method Detail

getCachedCMapUniCid

public static CMapUniCid getCachedCMapUniCid(String name)
                                      throws IOException
Throws:
IOException

getCachedCMapCidUni

public static CMapCidUni getCachedCMapCidUni(String name)
                                      throws IOException
Throws:
IOException

getCachedCMapCidByte

public static CMapCidByte getCachedCMapCidByte(String name)
                                        throws IOException
Throws:
IOException

getCachedCMapByteCid

public static CMapByteCid getCachedCMapByteCid(String name)
                                        throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.