public class TlsOuputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
cose()
Deprecated.
Use 'close' instead
|
void |
flush() |
void |
write(byte[] buf,
int offset,
int len) |
void |
write(int arg0) |
writepublic void write(byte[] buf,
int offset,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int arg0)
throws IOException
write in class OutputStreamIOExceptionpublic void cose()
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2017. All rights reserved.