- Enclosing class:
- CFFCharset
public static class CFFCharset.Entry
extends Object
This class represents a single SID/name mapping of the charset.
-
Constructor Summary
Constructors
protected
Create a new instance of Entry with the given values.
-
Method Summary
-
Constructor Details
-
Entry
protected Entry(int sid,
String name)
Create a new instance of Entry with the given values.
- Parameters:
sid
- the SID
name
- the Name
-
Method Details
-
getSID
public int getSID()
The SID of this entry.
- Returns:
- the SID
-
getName
The Name of this entry.
- Returns:
- the name
-