Package uk.gov.nationalarchives.droid.container.zip

Examples of uk.gov.nationalarchives.droid.container.zip.ZipIdentifier


    private ZipIdentifier ooXmlIdentifier;
   
    @Before
    public void setup() {
        ooXmlIdentifier = new ZipIdentifier();
    }
View Full Code Here


    public static final String CONTAINER_SIGNATUE_FILE = "container-signature-20120828.xml";
   
   
    @Before
    public void setup() {
        odfIdentifier = new ZipIdentifier();
    }
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.droid.container.zip.ZipIdentifier

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.