| java.lang.Object | |
| ↳ | org.apache.log4j.lf5.util.StreamUtils |
Provides utility methods for input and output streams.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | DEFAULT_BUFFER_SIZE | Default value is 2048. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Copies information from the input stream to the output stream using
the specified buffer size
| |||||||||||
Copies information from the input stream to the output stream using
a default buffer size of 2048 bytes.
| |||||||||||
Copies information between specified streams and then closes
both of the streams.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Default value is 2048.
Copies information from the input stream to the output stream using the specified buffer size
| IOException |
|---|
Copies information from the input stream to the output stream using a default buffer size of 2048 bytes.
| IOException |
|---|
Copies information between specified streams and then closes both of the streams.
| IOException |
|---|
| IOException |
|---|