|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--java.io.FilterOutputStream | +--org.apache.james.util.ExtraDotOutputStream
Adds extra dot if dot occurs in message body at beginning of line (according to RFC1939) Compare also org.apache.james.smtpserver.SMTPInputStream
Field Summary | |
protected int |
countLast0A0D
Counter for number of last (0A or 0D). |
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
ExtraDotOutputStream(java.io.OutputStream out)
|
Method Summary | |
void |
write(int b)
|
Methods inherited from class java.io.FilterOutputStream |
close, flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int countLast0A0D
Constructor Detail |
public ExtraDotOutputStream(java.io.OutputStream out)
Method Detail |
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |