gnu.inet.nntp
Class PostStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
public final class PostStream
extends java.io.FilterOutputStream
A stream to which article contents should be written.
Version:
- Chris Burdess
void | close() - Close the stream.
|
void | write(byte[] bytes, int pos, int len)
|
void | write(int c)
|
close
public void close()
throws java.io.IOException
Close the stream.
This calls NNTPConnection.postComplete().
write
public void write(byte[] bytes,
int pos,
int len)
throws java.io.IOException
write
public void write(int c)
throws java.io.IOException
© Copyright 2003 The Free Software Foundation,
all rights reserved