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