All Packages Class Hierarchy This Package Previous Next Index
![]()  | 
java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----java.io.FilterOutputStream
                   |
                   +----Acme.Nnrpd.CrLfOutputStream
NNTP requires that all lines be terminated by CR LF. This stream takes standard Java LF-terminated lines and inserts the CRs.
 Fetch the software.
 Fetch the entire Acme package.
public CrLfOutputStream(OutputStream out)
public void write(int b) throws IOException
 public void write(byte b[],
                   int off,
                   int len) throws IOException
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs