public class DataPut
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
DataPut()
Hessian zero-arg constructor
|
|
DataPut(byte[] value,
StreamSource data)
Create a new CachePut message
|
Modifier and Type | Method and Description |
---|---|
StreamSource |
getData()
Returns the source
|
java.io.InputStream |
getInputStream()
Opens the input stream
|
StreamSource |
getStreamSource()
Returns the stream source
|
byte[] |
getValue()
Returns the value hash
|
java.lang.String |
toString() |
protected DataPut()
public DataPut(byte[] value, StreamSource data)
public byte[] getValue()
public StreamSource getData()
public StreamSource getStreamSource()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object