Java org.apache.commons.fileupload.util Streams fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

StringasString(InputStream pStream)
This convenience method allows to read a org.apache.commons.fileupload.FileItemStream 's content into a string.
StringasString(InputStream pStream, String pEncoding)
This convenience method allows to read a org.apache.commons.fileupload.FileItemStream 's content into a string, using the given character encoding.
longcopy(InputStream pInputStream, OutputStream pOutputStream, boolean pClose)
Copies the contents of the given InputStream to the given OutputStream .