类 RandomAccessByteArrayOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.apache.dubbo.rpc.protocol.thrift.io.RandomAccessByteArrayOutputStream
-
- 所有已实现的接口:
Closeable,Flushable,AutoCloseable
@Deprecated public class RandomAccessByteArrayOutputStream extends OutputStream
已过时。
-
-
构造器概要
构造器 构造器 说明 RandomAccessByteArrayOutputStream()已过时。RandomAccessByteArrayOutputStream(int size)已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidclose()已过时。voidreset()已过时。voidsetWriteIndex(int index)已过时。intsize()已过时。byte[]toByteArray()已过时。ByteBuffertoByteBuffer()已过时。StringtoString()已过时。StringtoString(String charset)已过时。voidwrite(byte[] b, int off, int len)已过时。voidwrite(int b)已过时。voidwriteTo(OutputStream out)已过时。-
从类继承的方法 java.io.OutputStream
flush, nullOutputStream, write
-
-
-
-
方法详细资料
-
write
public void write(int b)
已过时。- 指定者:
write在类中OutputStream
-
write
public void write(byte[] b, int off, int len)已过时。- 覆盖:
write在类中OutputStream
-
size
public int size()
已过时。
-
setWriteIndex
public void setWriteIndex(int index)
已过时。
-
reset
public void reset()
已过时。
-
toByteArray
public byte[] toByteArray()
已过时。
-
toByteBuffer
public ByteBuffer toByteBuffer()
已过时。
-
writeTo
public void writeTo(OutputStream out) throws IOException
已过时。- 抛出:
IOException
-
toString
public String toString(String charset) throws UnsupportedEncodingException
已过时。
-
close
public void close() throws IOException已过时。- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 覆盖:
close在类中OutputStream- 抛出:
IOException
-
-