public abstract class StreamStorage extends OutputStream implements Disposable
Defines a storage that allows to store bytes and read them back.
This class extends OutputStream to allow the write operations, and it exposes the getInputStream() method
to read the data back.
| Constructor and Description |
|---|
StreamStorage() |
| Modifier and Type | Method and Description |
|---|---|
abstract InputStream |
getInputStream()
Returns the
InputStream to read back data from the store. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisposepublic abstract InputStream getInputStream()
Returns the InputStream to read back data from the store.
InputStream to read back data from the store.Copyright © 2017. All rights reserved.