|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.ext.awt.image.spi.MagicNumberRegistryEntry.MagicNumber
public static class MagicNumberRegistryEntry.MagicNumber
Inner class that represents one magic number. Simply consists of an offset in bytes from the start of the file, and a byte array that must match.
Constructor Summary | |
---|---|
MagicNumberRegistryEntry.MagicNumber(int offset,
byte[] magicNumber)
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MagicNumberRegistryEntry.MagicNumber(int offset, byte[] magicNumber)
offset
- the location of the magic number in file.magicNumber
- the sequence of bytes that must match.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |