Class TypeHelper


  • public class TypeHelper
    extends java.lang.Object
    Created by luc on 27/10/14.
    • Constructor Detail

      • TypeHelper

        public TypeHelper()
    • Method Detail

      • printBase64CompressedBinary

        public static java.lang.String printBase64CompressedBinary​(byte[] input)
      • parseBase64CompressedBinary

        public static byte[] parseBase64CompressedBinary​(java.lang.String input)
                                                  throws java.util.zip.DataFormatException
        Throws:
        java.util.zip.DataFormatException
      • deflateByteArray

        public static byte[] deflateByteArray​(byte[] input)
      • inflateByteArray

        public static byte[] inflateByteArray​(byte[] input)
                                       throws java.util.zip.DataFormatException
        Throws:
        java.util.zip.DataFormatException