public class InternalSignature extends Signature
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset()
Returns the byte offset.
|
boolean |
hasFixedOffset()
Returns
true if this InternalSignature
has a fixed byte offset. |
getNote, getType, getUse, getValue, getValueHexString, getValueString, isStringValuepublic InternalSignature(String value, SignatureType type, SignatureUseType use)
public InternalSignature(int[] value,
SignatureType type,
SignatureUseType use)
public InternalSignature(String value, SignatureType type, SignatureUseType use, int offset)
public InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
int offset)
public InternalSignature(String value, SignatureType type, SignatureUseType use, String note)
public InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
String note)
public InternalSignature(String value, SignatureType type, SignatureUseType use, int offset, String note)
public InternalSignature(int[] value,
SignatureType type,
SignatureUseType use,
int offset,
String note)
Copyright © 2008–2018 The Open Preservation Foundation. All rights reserved.