gnu.inet.nntp

Class PostStream


public final class PostStream
extends FilterOutputStream

A stream to which article contents should be written.

Author:
Chris Burdess

Method Summary

void
close()
Close the stream.
void
write(byte[] bytes)
void
write(byte[] bytes, int pos, int len)
void
write(int c)

Method Details

close

public void close()
            throws IOException
Close the stream. This calls NNTPConnection.postComplete().


write

public void write(byte[] bytes)
            throws IOException


write

public void write(byte[] bytes,
                  int pos,
                  int len)
            throws IOException


write

public void write(int c)
            throws IOException


© Copyright 2003 The Free Software Foundation, all rights reserved