Package com.ning.compress.lzf.impl


package com.ning.compress.lzf.impl
Package that contains implementation classes that are not part of public interface of LZF codec.
  • Classes
    Class
    Description
    Highly optimized ChunkDecoder implementation that uses Sun JDK's Unsafe class (which may be included by other JDK's as well; IBM's apparently does).
    ChunkEncoder implementation that handles actual encoding of individual chunks, using Sun's sun.misc.Unsafe functionality, which gives nice extra boost for speed.
    Implementation to use on Big-Endian architectures.
    Implementation to use on Little Endian architectures.
    Class that handles actual encoding of individual chunks.
    Safe ChunkDecoder implementation that can be used on any platform.