CmapFormat0, CmapFormat2, CmapFormat4, CmapFormat6public abstract class CmapFormat
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected int |
format |
|
protected int |
length |
|
protected int |
version |
| Modifier | Constructor | Description |
|---|---|---|
protected |
CmapFormat(java.io.RandomAccessFile raf) |
| Modifier and Type | Method | Description |
|---|---|---|
protected static CmapFormat |
create(int format,
java.io.RandomAccessFile raf) |
|
abstract int |
getFirst() |
|
int |
getFormat() |
|
abstract int |
getLast() |
|
int |
getLength() |
|
int |
getVersion() |
|
abstract int |
mapCharCode(int charCode) |
|
java.lang.String |
toString() |
protected CmapFormat(java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOExceptionprotected static CmapFormat create(int format, java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOExceptionpublic int getFormat()
public int getLength()
public int getVersion()
public abstract int mapCharCode(int charCode)
public abstract int getFirst()
public abstract int getLast()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? 2018 Apache Software Foundation. All Rights Reserved.