パッケージ | 説明 |
---|---|
i2p.susi.util | |
i2p.susi.webmail |
The SusiMail webapp, which implements a webmail interface,
POP3 and SMTP client-side protocols, and local caching of email.
|
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
CountingInputStream |
An InputStream that implements ReadCounter.
|
class |
EOFOnMatchInputStream |
A stream that returns EOF when the input matches
the bytes provided.
|
class |
LimitInputStream |
Limit total reads and skips to a specified maximum, then return EOF
|
コンストラクタ | 説明 |
---|---|
EOFOnMatchInputStream(java.io.InputStream in,
ReadCounter ctr,
byte[] match) |
Counter mode.
|
コンストラクタ | 説明 |
---|---|
MailPart(java.lang.String uidl,
java.util.concurrent.atomic.AtomicInteger id,
Buffer readBuffer,
java.io.InputStream in,
ReadCounter counter,
java.lang.String[] hdrlines) |