| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
FilterOutputStreamgnu.inet.nntp.PostStreampublic final class PostStreamextends FilterOutputStreamMethod Summary | |
void |
|
void |
|
void |
|
void |
|
public void close()
throws IOExceptionClose the stream. This calls NNTPConnection.postComplete().
public void write(byte[] bytes)
throws IOExceptionpublic void write(byte[] bytes,
int pos,
int len)
throws IOExceptionpublic void write(int c)
throws IOException