|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectau.com.zip.cs.ByteCopier
public class ByteCopier
A class to copy data from a byte source to a sink.
| Constructor Summary | |
|---|---|
ByteCopier(InputStream r,
OutputStream w)
Make a new ByteCopier. |
|
| Method Summary | |
|---|---|
void |
abort()
Make this copier inactive. |
boolean |
isActive()
Test whether this copier is active. |
void |
run()
Copy the data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteCopier(InputStream r,
OutputStream w)
r - the input sourcew - the output sink| Method Detail |
|---|
public void run()
run in interface Runnablepublic boolean isActive()
public void abort()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||