Package net.sf.cram.stats.CompressionHeaderFactory

Examples of net.sf.cram.stats.CompressionHeaderFactory.HuffmanParamsCalculator.values()


    long time4 = System.nanoTime();

    System.out
        .printf("Size: %d bytes, bits per value: %.2f, create time %dms, write time %d ms, read time %d ms.",
            baos.size(), 8f * baos.size() / size
                / cal.values().length,
            (time6 - time5) / 1000000, (time2 - time1) / 1000000,
            (time4 - time3) / 1000000);

    // String message = "12341111111111111122222223334";
    //
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.