public class HttpBufferedStreamFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.io.InputStream |
newInputStream(java.io.InputStream inputStream)
Generates a new BufferInputStream with the buffered size defined by .
|
static java.io.OutputStream |
newOutputStream(java.io.OutputStream outputStream)
Generates a new BufferOutputStream with the buffered size defined by .
|
public static java.io.InputStream newInputStream(java.io.InputStream inputStream)
inputStream
- the input stream.public static java.io.OutputStream newOutputStream(java.io.OutputStream outputStream)
outputStream
- the output stream.