| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove.module | |
| edu.harvard.hul.ois.jhove.module.ascii |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ControlChar> |
AsciiModule.usedCtrlChars
PRIVATE INSTANCE FIELDS.
|
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ControlChar> |
ControlChar.ASCII
Set of ASCII 7 bit Control Chars
|
static EnumSet<ControlChar> |
ControlChar.UNICODE
Set of Unicode Control Chars,
ASCII + UNICODE_EXTENSIONS |
static EnumSet<ControlChar> |
ControlChar.UNICODE_EXTENSIONS
Set of Control Chars that are only Unicode
|
| Modifier and Type | Method and Description |
|---|---|
static ControlChar |
ControlChar.asciiFromInt(int charVal)
Returns the appropriate ASCII control character for an int character value.
|
static ControlChar |
ControlChar.fromMnemonic(String mnemonic) |
static ControlChar |
ControlChar.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlChar[] |
ControlChar.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static LineEnding |
LineEnding.fromControlChars(ControlChar lastChar,
ControlChar prevChar)
Performs JHOVE's line ending type test, using the last 2 read characters.
|
static boolean |
ControlChar.isLineEndChar(ControlChar toTest)
Tests whether the passed ControlChar toTest is a line ending character.
|
Copyright © 2008–2021 The Open Preservation Foundation. All rights reserved.