public final class PostStream
extends java.io.FilterOutputStream
| 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) |
public void write(int c)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] bytes)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void write(byte[] bytes,
int pos,
int len)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOException