Example usage for Java com.amazonaws.util IOUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
long | copy(InputStream in, OutputStream out) Copies all bytes from the given input stream to the given output stream. |
byte[] | toByteArray(InputStream is) Reads and returns the rest of the given input stream as a byte array. |
String | toString(InputStream is) Reads and returns the rest of the given input stream as a string. |