Package edu.harvard.hul.ois.jhove

Examples of edu.harvard.hul.ois.jhove.ExternalSignature


    Signature sig = new InternalSignature ("PNG", SignatureType.MAGIC,
                         SignatureUseType.MANDATORY, 0);
    _signature.add (sig);

    sig = new ExternalSignature (".png", SignatureType.EXTENSION,
                   SignatureUseType.OPTIONAL);
    _signature.add (sig);

    _bigEndian = false;
    // end of parsing prologue.
View Full Code Here

TOP

Related Classes of edu.harvard.hul.ois.jhove.ExternalSignature

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.