12 May 2013 20:18
XZ for Java 1.3
XZ for Java 1.3 is available at <http://tukaani.org/xz/java.html> and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix a data corruption bug when flushing the LZMA2 encoder or when using a preset dictionary. * Make information about the XZ Block positions and sizes available in SeekableXZInputStream by adding the following public functions: - int getStreamCount() - int getBlockCount() - long getBlockPos(int blockNumber) - long getBlockSize(int blockNumber) - long getBlockCompPos(int blockNumber) - long getBlockCompSize(int blockNumber) - int getBlockCheckType(int blockNumber) - int getBlockNumber(long pos) - void seekToBlock(int blockNumber) * Minor improvements to javadoc comments were made. -- -- Lasse Collin | IRC: Larhzu <at> IRCnet & Freenode
RSS Feed