|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.caucho.hessian.io.Hessian2StreamingInput.StreamingInputStream
static class Hessian2StreamingInput.StreamingInputStream
| Field Summary | |
|---|---|
private java.io.InputStream |
_is
|
private int |
_length
|
| Constructor Summary | |
|---|---|
Hessian2StreamingInput.StreamingInputStream(java.io.InputStream is)
|
|
| Method Summary | |
|---|---|
int |
read()
|
int |
read(byte[] buffer,
int offset,
int length)
|
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.io.InputStream _is
private int _length
| Constructor Detail |
|---|
Hessian2StreamingInput.StreamingInputStream(java.io.InputStream is)
| Method Detail |
|---|
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||