public abstract class CmapFormat extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
format |
protected int |
length |
protected int |
version |
Modifier | Constructor and Description |
---|---|
protected |
CmapFormat(RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
protected static CmapFormat |
create(int format,
RandomAccessFile raf) |
abstract int |
getFirst() |
int |
getFormat() |
abstract int |
getLast() |
int |
getLength() |
int |
getVersion() |
abstract int |
mapCharCode(int charCode) |
String |
toString() |
protected CmapFormat(RandomAccessFile raf) throws IOException
IOException
protected static CmapFormat create(int format, RandomAccessFile raf) throws IOException
IOException
public int getFormat()
public int getLength()
public int getVersion()
public abstract int mapCharCode(int charCode)
public abstract int getFirst()
public abstract int getLast()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.