public class EolInputStream extends FilterInputStream
FileInputStream which call the eol() method of the
ImapRequestLineReader when the end of the wrapped InputStream
is reachedin| Constructor and Description |
|---|
EolInputStream(ImapRequestLineReader reader,
InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, reset, skippublic EolInputStream(ImapRequestLineReader reader, InputStream in)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionpublic int available()
throws IOException
available in class FilterInputStreamIOExceptionCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.