Class RunLengthEncoding


  • public class RunLengthEncoding
    extends java.lang.Object
    run length encoding for soi creation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decode​(java.lang.String source)  
      static byte[] encode​(byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • RunLengthEncoding

        public RunLengthEncoding()
    • Method Detail

      • encode

        public static byte[] encode​(byte[] data)
      • decode

        public static java.lang.String decode​(java.lang.String source)