Package | Description |
---|---|
edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
Modifier and Type | Field and Description |
---|---|
static SignatureType |
SignatureType.EXTENSION
Signature type for a file extension, i.e., a sequence of
characters following a period character in a file name.
|
static SignatureType |
SignatureType.FILETYPE
Signature type for a Macintosh OS file type.
|
static SignatureType |
SignatureType.MAGIC
Signature type for a "magic number" stored in the file.
|
Modifier and Type | Method and Description |
---|---|
SignatureType |
Signature.getType()
Returns the type of this Signature
|
Constructor and Description |
---|
ExternalSignature(int[] value,
SignatureType type,
SignatureUseType use)
Creates an ExternalSignature given a byte array, a type,
and a use requirement.
|
ExternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
String note)
Creates an ExternalSignature given a byte array, a type,
a use requirement, and a note.
|
ExternalSignature(String value,
SignatureType type,
SignatureUseType use)
Creates an ExternalSignature given a string value, a type,
and a use requirement.
|
ExternalSignature(String value,
SignatureType type,
SignatureUseType use,
String note)
Creates an ExternalSignature given a string value, a type,
a use requirement, and a note.
|
InternalSignature(int[] value,
SignatureType type,
SignatureUseType use)
Creates an InternalSignature given a byte array, a type,
and a use requirement.
|
InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
int offset)
Creates an InternalSignature given a byte array, a type,
a use requirement, and a byte offset.
|
InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
int offset,
String note)
Creates an InternalSignature given a string value, a type,
a use requirement, a byte offset, and a note.
|
InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
String note)
Creates an InternalSignature given a byte array, a type,
a use requirement, and a note.
|
InternalSignature(String value,
SignatureType type,
SignatureUseType use)
Creates an InternalSignature given a string value, a type,
and a use requirement.
|
InternalSignature(String value,
SignatureType type,
SignatureUseType use,
int offset)
Creates an InternalSignature given a string value, a type,
a use requirement, and a byte offset.
|
InternalSignature(String value,
SignatureType type,
SignatureUseType use,
int offset,
String note)
Creates an InternalSignature given a string value, a type,
a use requirement, a byte offset, and a note.
|
InternalSignature(String value,
SignatureType type,
SignatureUseType use,
String note)
Creates an InternalSignature given a string value, a type,
a use requirement, and a note.
|
Signature(int[] value,
SignatureType type,
SignatureUseType use)
A Signature cannot be created directly; this constructor
can be called as the superclass constructor from a subclass.
|
Signature(int[] value,
SignatureType type,
SignatureUseType use,
String note)
A Signature cannot be created directly; this constructor
can be called as the superclass constructor from a subclass.
|
Signature(String value,
SignatureType type,
SignatureUseType use)
A Signature cannot be created directly; this constructor
can be called as the superclass constructor from a subclass.
|
Signature(String value,
SignatureType type,
SignatureUseType use,
String note)
A Signature cannot be created directly; this constructor
can be called as the superclass constructor from a subclass.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.