|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--edu.harvard.hul.ois.jhove.module.Utf8Block
This class encapsulates a Unicode code block.
Utf8Module| Field Summary | |
static Utf8Block[] |
unicodeBlock
Unicode 4.0.0 blocks, derived from <http://www.unicode.org/Public/3.2-Update/Blocks-3.2.0.txt> and updated to Unicode 4.0.0 |
| Constructor Summary | |
Utf8Block(int start,
int end,
java.lang.String name)
Creates a Utf8Block, specifying the start and end codes and block name. |
|
| Method Summary | |
int |
getEnd()
Returns the end code. |
java.lang.String |
getName()
Returns the block name. |
int |
getStart()
Returns the start code. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final Utf8Block[] unicodeBlock
| Constructor Detail |
public Utf8Block(int start,
int end,
java.lang.String name)
start - Start code as defined in the Unicode block specificationend - End code as defined in the Unicode block specificationname - Block name| Method Detail |
public int getEnd()
public java.lang.String getName()
public int getStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||