Static Public Methods | |
| long | dumpStream (InputStream in, OutputStream out) throws Exception |
| long | dumpStream (InputStream in, OutputStream out, int bufferSize) throws Exception |
Public Attributes | |
| Logger | logger = Logger.getLogger("net.threebit.utils.sosc") |
Static Public Attributes | |
| int | DUMP_STREAM_BUFFER_SIZE = 32*1024 |
Definition at line 30 of file StreamTool.java.
|
||||||||||||||||
|
Same as
Definition at line 58 of file StreamTool.java. |
|
||||||||||||
|
Reads all available data from the input stream and writes it to the provided output stream. Uses the default buffer size.
Definition at line 44 of file StreamTool.java. References sosc::StreamTool::DUMP_STREAM_BUFFER_SIZE. |
|
|
Default buffer size used in dumpStream* methods. Default value is 32kB Definition at line 36 of file StreamTool.java. Referenced by sosc::StreamTool::dumpStream(). |
|
|
Debugging. Definition at line 33 of file StreamTool.java. |
1.2.15