public final class PostStream extends FilterOutputStream
out| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the stream.
|
void |
write(byte[] bytes) |
void |
write(byte[] bytes,
int pos,
int len) |
void |
write(int c) |
flushpublic void write(int c)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] bytes)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void write(byte[] bytes,
int pos,
int len)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2017. All rights reserved.