类 CompressionSplittedOutputStream

  • 所有已实现的接口:
    Closeable, Flushable, AutoCloseable

    public class CompressionSplittedOutputStream
    extends FilterOutputStream
    An OutputStream wrapper that analyzes X Protocol frames and routes them directly to the original underlying OutputStream or passes them through to a compressor-able OutputStream to compresses the frame, rebuilds it and then sends a newly compressed X Protocol frame, depending on defined data size threshold.