public abstract class ClonableDataStream extends InputStream
| Constructor and Description |
|---|
ClonableDataStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract ClonableDataStream |
clone()
This creates a cloned data stream that allows multiple threads to read
the resource in question.
|
available, close, mark, markSupported, read, read, read, reset, skippublic abstract ClonableDataStream clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2015. All rights reserved.