final class CMapManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Map<java.lang.String,CMap> |
cMapCache |
Modifier | Constructor and Description |
---|---|
private |
CMapManager() |
Modifier and Type | Method and Description |
---|---|
static CMap |
getPredefinedCMap(java.lang.String cMapName)
Fetches the predefined CMap from disk (or cache).
|
static CMap |
parseCMap(java.io.InputStream cMapStream)
Parse the given CMap.
|
static java.util.Map<java.lang.String,CMap> cMapCache
public static CMap getPredefinedCMap(java.lang.String cMapName) throws java.io.IOException
cMapName
- CMap namejava.io.IOException
public static CMap parseCMap(java.io.InputStream cMapStream) throws java.io.IOException
cMapStream
- the CMap to be readjava.io.IOException