public class BufferedStreamWriter extends OutputStream
| Constructor and Description |
|---|
BufferedStreamWriter(CipherOutputStream cos)
Creates a new instance of BufferedStreamWriter
|
BufferedStreamWriter(CipherOutputStream cos,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
closepublic BufferedStreamWriter(CipherOutputStream cos)
public BufferedStreamWriter(CipherOutputStream cos, int size)
public void write(byte[] arg0)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] arg0,
int arg1,
int arg2)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int arg0)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.