|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ochafik.io.IOUtils
public class IOUtils
| Constructor Summary | |
|---|---|
IOUtils()
|
|
| Method Summary | |
|---|---|
static long |
readWrite(InputStream in,
OutputStream out)
|
static long |
readWrite(InputStream in,
OutputStream out,
int maxLen)
|
static long |
readWrite(InputStream in,
OutputStream out,
ProgressModel progressModel)
|
static void |
readWrite(Reader in,
Writer out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IOUtils()
| Method Detail |
|---|
public static final long readWrite(InputStream in,
OutputStream out)
throws IOException
IOException
public static final long readWrite(InputStream in,
OutputStream out,
int maxLen)
throws IOException
IOException
public static final long readWrite(InputStream in,
OutputStream out,
ProgressModel progressModel)
throws IOException
IOException
public static void readWrite(Reader in,
Writer out)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||