Java org.apache.wicket.util.io Streams fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.util.io Streams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.util.io Streams.

The text is from its open source code.

Method

intcopy(final InputStream in, final OutputStream out)
Writes the input stream to the output stream.
StringreadString(final InputStream in)
Reads a stream as a string.
StringreadString(final Reader in)
Reads all input from a reader into a string.
StringreadString(final InputStream in, final CharSequence encoding)
Reads a string using a character encoding.