|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.vfs.StreamSource
public class StreamSource
Stream source for Hessian serialization of large data
| Constructor Summary | |
|---|---|
protected |
StreamSource()
Constructor for subclasses. |
|
StreamSource(StreamSource indirectSource)
Constructor allowing for dynamic opening. |
|
StreamSource(TempOutputStream os)
Constructor for Hessian deserialization. |
| Method Summary | |
|---|---|
void |
close()
Close the stream. |
java.io.InputStream |
getInputStream()
Returns an input stream, freeing the results |
java.io.InputStream |
openInputStream()
Returns an input stream, without freeing the results |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected StreamSource()
public StreamSource(TempOutputStream os)
public StreamSource(StreamSource indirectSource)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
public java.io.InputStream openInputStream()
throws java.io.IOException
java.io.IOExceptionpublic void close()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||