Class ByteArrayUtils
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.commons.ByteArrayUtils
-
public class ByteArrayUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]from(InputStream input)static byte[]from(InputStream input, int bufferSize)
-
-
-
Method Detail
-
from
public static byte[] from(InputStream input) throws IOException
- Throws:
IOException
-
from
public static byte[] from(InputStream input, int bufferSize) throws IOException
- Throws:
IOException
-
-