public class Passthru
extends java.lang.Object
| Constructor and Description |
|---|
Passthru() |
| Modifier and Type | Method and Description |
|---|---|
static void |
pass(java.io.InputStream inStream,
java.io.OutputStream outStream)
Invokes pass() with approxlen parameter of 512, which is appropriate for small text files (like this one).
|
static void |
pass(java.io.InputStream inStream,
java.io.OutputStream outStream,
int approxlen)
Writes everything from inStream to outStream
|
public static void pass(java.io.InputStream inStream,
java.io.OutputStream outStream)
throws java.io.IOException
java.io.IOExceptionpublic static void pass(java.io.InputStream inStream,
java.io.OutputStream outStream,
int approxlen)
throws java.io.IOException
java.io.IOException