org.apache.james.mime4j.io
public abstract class LineReaderInputStream extends java.io.FilterInputStream
Modifier | Constructor and Description |
---|---|
protected |
LineReaderInputStream(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
abstract int |
readLine(ByteArrayBuffer dst)
Reads one line of text into the given
ByteArrayBuffer . |
public abstract int readLine(ByteArrayBuffer dst) throws java.io.IOException
ByteArrayBuffer
.dst
- Destination-1
if the end of
the stream has been reached.java.io.IOException
- in case of an I/O error.Copyright © 2004-2014. All Rights Reserved.