Package steganography.util
Class ByteArrayUtils
- java.lang.Object
-
- steganography.util.ByteArrayUtils
-
public class ByteArrayUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ByteArrayUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
read(java.io.File file)
Util method, returns a File as a byte array
-