|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
java.io.PrintWriter
com.Prominic.jFTPd.CRLFPrintWriter
public class CRLFPrintWriter
As stated in the RFC for FTP, the commands that are sent/received during the communication Creation date: (10/9/2001 7:44:09 PM)
| Field Summary | |
|---|---|
static java.lang.String |
CRLF
Standard CRLF line ending. |
| Fields inherited from class java.io.PrintWriter |
|---|
out |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
CRLFPrintWriter(java.io.OutputStream out,
boolean autoFlush)
Default constructor. |
|
| Method Summary | |
|---|---|
void |
printLine(java.lang.String line)
Prints a line. |
| Methods inherited from class java.io.PrintWriter |
|---|
append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CRLF
| Constructor Detail |
|---|
public CRLFPrintWriter(java.io.OutputStream out,
boolean autoFlush)
out - exporting - underlying output streamautoFlush - - do flush after each write.| Method Detail |
|---|
public void printLine(java.lang.String line)
line - - line to be sent out on the stream.
Creation date: (10/9/2001 7:44:31 PM)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||