public abstract class CmapFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
format |
protected int |
length |
protected int |
version |
| Modifier | Constructor and Description |
|---|---|
protected |
CmapFormat(java.io.RandomAccessFile raf) |
| Modifier and Type | Method and 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 ? 2009 Apache Software Foundation. All Rights Reserved.