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.IOException
protected static CmapFormat create(int format, java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public 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.Object
Copyright © 2022 Apache Software Foundation. All Rights Reserved.