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, skip
public abstract ClonableDataStream clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2015. All rights reserved.