Class LZString


  • public class LZString
    extends java.lang.Object
    This class is copied from https://github.com/rufushuang/lz-string4java. Copyright (c) 2016 rufushuang
    • Constructor Summary

      Constructors 
      Constructor Description
      LZString()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String compressToEncodedURIComponent​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

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

      • LZString

        public LZString()
    • Method Detail

      • compressToEncodedURIComponent

        public static java.lang.String compressToEncodedURIComponent​(java.lang.String input)