Package com.macrofocus.data.type
Class TypeHelper
java.lang.Object
com.macrofocus.data.type.TypeHelper
Created by luc on 27/10/14.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
deflateByteArray
(byte[] input) static byte[]
inflateByteArray
(byte[] input) static byte[]
static String
printBase64CompressedBinary
(byte[] input)
-
Constructor Details
-
TypeHelper
public TypeHelper()
-
-
Method Details
-
printBase64CompressedBinary
-
parseBase64CompressedBinary
- Throws:
DataFormatException
-
deflateByteArray
public static byte[] deflateByteArray(byte[] input) -
inflateByteArray
- Throws:
DataFormatException
-