|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.vfs.StreamSource
com.caucho.vfs.InputStreamSource
public class InputStreamSource
Stream source for Hessian serialization of large data
| Constructor Summary | |
|---|---|
protected |
InputStreamSource()
Constructor for subclasses. |
|
InputStreamSource(java.io.InputStream is)
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 |
| Methods inherited from class com.caucho.vfs.StreamSource |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected InputStreamSource()
public InputStreamSource(java.io.InputStream is)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
throws java.io.IOException
getInputStream in class StreamSourcejava.io.IOException
public java.io.InputStream openInputStream()
throws java.io.IOException
openInputStream in class StreamSourcejava.io.IOExceptionpublic void close()
close in class StreamSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||