|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
com.caucho.hessian.io.Hessian2Output.BytesOutputStream
class Hessian2Output.BytesOutputStream
Field Summary | |
---|---|
private int |
_startOffset
|
Constructor Summary | |
---|---|
Hessian2Output.BytesOutputStream()
|
Method Summary | |
---|---|
void |
close()
|
void |
write(byte[] buffer,
int offset,
int length)
|
void |
write(int ch)
|
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int _startOffset
Constructor Detail |
---|
Hessian2Output.BytesOutputStream() throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void write(int ch) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] buffer, int offset, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |