Class LZ4Compression

  • All Implemented Interfaces:
    Compression

    public class LZ4Compression
    extends java.lang.Object
    implements Compression
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      LZ4Compression()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String addSuffix​(java.lang.String filename)  
      java.io.InputStream getInputStream​(java.io.InputStream in)  
      java.io.OutputStream getOutputStream​(java.io.OutputStream out)  
      • Methods inherited from class java.lang.Object

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

      • LZ4Compression

        public LZ4Compression()
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream​(java.io.InputStream in)
                                           throws java.io.IOException
        Specified by:
        getInputStream in interface Compression
        Throws:
        java.io.IOException
      • getOutputStream

        public java.io.OutputStream getOutputStream​(java.io.OutputStream out)
                                             throws java.io.IOException
        Specified by:
        getOutputStream in interface Compression
        Throws:
        java.io.IOException
      • addSuffix

        public java.lang.String addSuffix​(java.lang.String filename)
        Specified by:
        addSuffix in interface Compression