|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--java.io.FilterOutputStream | +--rheise.jftpd.AsciiOutputStream
This output stream converts "\n" to "\r\n" before writing the data.
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
AsciiOutputStream(java.io.OutputStream out)
|
Method Summary | |
void |
write(byte[] data,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.FilterOutputStream |
close,
flush,
write |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AsciiOutputStream(java.io.OutputStream out)
Method Detail |
public void write(int b) throws java.io.IOException
public void write(byte[] data, int off, int len) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |