Class LZF


  • public class LZF
    extends java.lang.Object
    Simple command-line utility that can be used for testing LZF compression, or as rudimentary command-line tool. Arguments are the same as used by the "standard" lzf command line tool
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SUFFIX  
    • Constructor Summary

      Constructors 
      Constructor Description
      LZF()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      protected void process​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • LZF

        public LZF()
    • Method Detail

      • process

        protected void process​(java.lang.String[] args)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException