Uses of Class
org.apache.james.mime4j.io.MaxLineLimitException
Packages that use MaxLineLimitException
-
Uses of MaxLineLimitException in org.apache.james.mime4j.io
Methods in org.apache.james.mime4j.io that throw MaxLineLimitExceptionModifier and TypeMethodDescriptionprivate int
LineReaderInputStreamAdaptor.doReadLine
(ByteArrayBuffer dst) int
BufferedLineReaderInputStream.readLine
(ByteArrayBuffer dst) abstract int
LineReaderInputStream.readLine
(ByteArrayBuffer dst) Reads one line of text into the givenByteArrayBuffer
.int
LineReaderInputStreamAdaptor.readLine
(ByteArrayBuffer dst)