public class TorOutputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
String |
toString() |
void |
write(byte[] data,
int offset,
int length) |
void |
write(int b) |
writepublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] data,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamCopyright © 2015. All rights reserved.