Uses of Interface
i2p.susi.util.ReadCounter
| Package | Description |
|---|---|
| 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.
|
-
Uses of ReadCounter in i2p.susi.util
Classes in i2p.susi.util that implement ReadCounter Modifier and Type Class Description classCountingInputStreamAn InputStream that implements ReadCounter.classEOFOnMatchInputStreamA stream that returns EOF when the input matches the bytes provided.classLimitInputStreamLimit total reads and skips to a specified maximum, then return EOFConstructors in i2p.susi.util with parameters of type ReadCounter Constructor Description EOFOnMatchInputStream(InputStream in, ReadCounter ctr, byte[] match)Counter mode. -
Uses of ReadCounter in i2p.susi.webmail
Constructors in i2p.susi.webmail with parameters of type ReadCounter Constructor Description MailPart(String uidl, AtomicInteger id, Buffer readBuffer, InputStream in, ReadCounter counter, String[] hdrlines)