|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.webmancer.util.io.Copier
public class Copier
| Constructor Summary | |
|---|---|
Copier(int bufferSize)
|
|
| Method Summary | |
|---|---|
void |
copy(java.io.InputStream input,
java.io.OutputStream output)
|
void |
copy(java.io.Reader input,
java.io.Writer output)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Copier(int bufferSize)
bufferSize - | Method Detail |
|---|
public void copy(java.io.InputStream input,
java.io.OutputStream output)
throws java.io.IOException
input - output -
java.io.IOException
public void copy(java.io.Reader input,
java.io.Writer output)
throws java.io.IOException
input - output -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||