org.dlese.dpc.ndr.toolkit
Class ContentUtils
java.lang.Object
org.dlese.dpc.ndr.toolkit.ContentUtils
public class ContentUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentUtils
public ContentUtils()
encodeToString
public static String encodeToString(byte[] in)
throws Exception
- Throws:
Exception
encodeToString
public static String encodeToString(byte[] in,
int width)
throws Exception
- Throws:
Exception
decodeString
public static byte[] decodeString(String in)
readBinaryFile
public static byte[] readBinaryFile(File file)
throws Exception
- Throws:
Exception