Java com.amazonaws.util IOUtils fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.util IOUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.util IOUtils.

The text is from its open source code.

Method

longcopy(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.
StringtoString(InputStream is)
Reads and returns the rest of the given input stream as a string.