|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.hul.ois.jhove.Signature
edu.harvard.hul.ois.jhove.InternalSignature
public class InternalSignature
This class encapsulates information about internal format signatures. The value of a Signature may be either a String or a byte array (stored as an int array to avoid signed byte problems).
Constructor Summary | |
---|---|
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,
java.lang.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,
java.lang.String note)
Creates an InternalSignature given a byte array, a type, a use requirement, and a note. |
|
InternalSignature(java.lang.String value,
SignatureType type,
SignatureUseType use)
Creates an InternalSignature given a string value, a type, and a use requirement. |
|
InternalSignature(java.lang.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(java.lang.String value,
SignatureType type,
SignatureUseType use,
int offset,
java.lang.String note)
Creates an InternalSignature given a string value, a type, a use requirement, a byte offset, and a note. |
|
InternalSignature(java.lang.String value,
SignatureType type,
SignatureUseType use,
java.lang.String note)
Creates an InternalSignature given a string value, a type, a use requirement, and a note. |
Method Summary | |
---|---|
int |
getOffset()
Returns the byte offset. |
boolean |
hasFixedOffset()
Returns true if this InternalSignature
has a fixed byte offset. |
Methods inherited from class edu.harvard.hul.ois.jhove.Signature |
---|
getNote, getType, getUse, getValue, getValueHexString, getValueString, isStringValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InternalSignature(java.lang.String value, SignatureType type, SignatureUseType use)
public InternalSignature(int[] value, SignatureType type, SignatureUseType use)
public InternalSignature(java.lang.String value, SignatureType type, SignatureUseType use, int offset)
public InternalSignature(int[] value, SignatureType type, SignatureUseType use, int offset)
public InternalSignature(java.lang.String value, SignatureType type, SignatureUseType use, java.lang.String note)
public InternalSignature(int[] value, SignatureType type, SignatureUseType use, java.lang.String note)
public InternalSignature(java.lang.String value, SignatureType type, SignatureUseType use, int offset, java.lang.String note)
public InternalSignature(int[] value, SignatureType type, SignatureUseType use, int offset, java.lang.String note)
Method Detail |
---|
public int getOffset()
public boolean hasFixedOffset()
true
if this InternalSignature
has a fixed byte offset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |