public class AsynchronousStreamCopyManager
extends java.lang.Object
| Constructor and Description |
|---|
AsynchronousStreamCopyManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyReady(AsynchronousStreamCopy copy)
Notify the manager that an AsynchronousStreamCopy has both input and
output streams and is therefore ready to go.
|
AsynchronousStreamCopy |
registerStreamCopy(java.lang.String description,
long byteCount,
long checksum)
Register for an AsynchronousStreamCopy.
|
void |
sync()
Blocks until all copies are resolved.
|
public AsynchronousStreamCopy registerStreamCopy(java.lang.String description, long byteCount, long checksum)
public void copyReady(AsynchronousStreamCopy copy)
public void sync()