Package uk.gov.nationalarchives.pronom

Examples of uk.gov.nationalarchives.pronom.SignatureFileType$FileFormatCollection


    // Write it out raw:
    File raw = new File("droid-signature-raw_"+sigFile.getFFSignatureFile().getVersion()+".xml");
    writeSigFileToOutputStream( sigFile, new FileOutputStream(raw) );
   
    // Read it back:
    SignatureFileType s2 = readSigFileType( new File(filename) );
    System.out.println("Read back sigfile: "+s2.getVersion());
   
    System.out.println(downloadPronomRecordForPUID("fmt/1").substring(0, 500));
   
    // This downloads all the valid PRONOM record files.
    //downloadAllPronomFormatRecords();
View Full Code Here

TOP

Related Classes of uk.gov.nationalarchives.pronom.SignatureFileType$FileFormatCollection

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.