public class ByteBufferOutputStream extends OutputStream
| Constructor and Description |
|---|
ByteBufferOutputStream() |
ByteBufferOutputStream(int bufsz) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[][] |
getBuffers()
Returns the buffer table for the write.
|
int |
getSize() |
void |
write(byte[] parm1) |
void |
write(byte[] odata,
int ooff,
int osz) |
void |
write(int b) |
flushpublic ByteBufferOutputStream()
public ByteBufferOutputStream(int bufsz)
public void write(byte[] odata,
int ooff,
int osz)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] parm1)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic byte[][] getBuffers()
public int getSize()
Copyright © 2017 etc.to. All rights reserved.