class Hessian2Output.BytesOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
private int |
_startOffset |
Constructor and Description |
---|
Hessian2Output.BytesOutputStream() |
Hessian2Output.BytesOutputStream() throws java.io.IOException
java.io.IOException
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 interface java.lang.AutoCloseable
close
in class java.io.OutputStream
java.io.IOException
Copyright 2003-2013. All Rights Reserved.