Package com.macrofocus.data.type
Class TypeHelper
- java.lang.Object
-
- com.macrofocus.data.type.TypeHelper
-
public class TypeHelper extends java.lang.Object
Created by luc on 27/10/14.
-
-
Constructor Summary
Constructors Constructor Description TypeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
deflateByteArray(byte[] input)
static byte[]
inflateByteArray(byte[] input)
static byte[]
parseBase64CompressedBinary(java.lang.String input)
static java.lang.String
printBase64CompressedBinary(byte[] input)
-
-
-
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
-
-