@Deprecated public class ByteBufferOutputStream extends OutputStream
Constructor and Description |
---|
ByteBufferOutputStream()
Deprecated.
|
ByteBufferOutputStream(ByteBufferFactory factory)
Deprecated.
|
ByteBufferOutputStream(int size)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Deprecated.
|
void |
flush()
Deprecated.
|
List<ByteBuffer> |
getBuffers()
Deprecated.
|
List<ByteBuffer> |
getBuffers(boolean flip)
Deprecated.
|
void |
write(byte[] b)
Deprecated.
|
void |
write(byte[] b,
int off,
int len)
Deprecated.
|
void |
write(int b)
Deprecated.
|
public ByteBufferOutputStream()
public ByteBufferOutputStream(int size)
public ByteBufferOutputStream(ByteBufferFactory factory)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void write(byte[] b)
write
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void write(int b)
write
in class OutputStream
public List<ByteBuffer> getBuffers()
public List<ByteBuffer> getBuffers(boolean flip)
Copyright © 2018. All rights reserved.