Class TypeHelper

java.lang.Object
com.macrofocus.data.type.TypeHelper

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

    • TypeHelper

      public TypeHelper()
  • Method Details

    • printBase64CompressedBinary

      public static String printBase64CompressedBinary(byte[] input)
    • parseBase64CompressedBinary

      public static byte[] parseBase64CompressedBinary(String input) throws DataFormatException
      Throws:
      DataFormatException
    • deflateByteArray

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

      public static byte[] inflateByteArray(byte[] input) throws DataFormatException
      Throws:
      DataFormatException