org.apache.james.mime4j.io
public abstract class LineReaderInputStream extends FilterInputStream
in
Modifier | Constructor and Description |
---|---|
protected |
LineReaderInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
abstract int |
readLine(ByteArrayBuffer dst)
Reads one line of text into the given
ByteArrayBuffer . |
available, close, mark, markSupported, read, read, read, reset, skip
protected LineReaderInputStream(InputStream in)
public abstract int readLine(ByteArrayBuffer dst) throws IOException
ByteArrayBuffer
.dst
- Destination-1
if the end of
the stream has been reached.IOException
- in case of an I/O error.Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.