|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.kv.lob.InputStreamVersion
public class InputStreamVersion
Holds a Stream and Version that are associated with a LOB.
An InputStreamVersion instance is returned by KVLargeObject.getLOB(oracle.kv.Key, oracle.kv.Consistency, long, java.util.concurrent.TimeUnit)
as the current value (represented by the stream) and version associated with
a given LOB. The version and inputStream properties will always be non-null.
KVLargeObject.getLOB(oracle.kv.Key, oracle.kv.Consistency, long, java.util.concurrent.TimeUnit) method.
| Constructor Summary | |
|---|---|
InputStreamVersion(InputStream inputStream,
Version version)
Used internally to create an object with an inputStream and version. |
|
| Method Summary | |
|---|---|
InputStream |
getInputStream()
Returns the InputStream part of the InputStream and Version pair. |
Version |
getVersion()
Returns the Version of the InputStream and Version pair. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InputStreamVersion(InputStream inputStream,
Version version)
| Method Detail |
|---|
public InputStream getInputStream()
public Version getVersion()
public String toString()
toString in class Object
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||