Class NoneCompression

  • All Implemented Interfaces:
    Compression

    public abstract class NoneCompression
    extends java.lang.Object
    implements Compression
    No-op Compression.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  NoneCompression.Factory
      Named factory for the no-op Compression
    • Constructor Summary

      Constructors 
      Constructor Description
      NoneCompression()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoneCompression

        public NoneCompression()