Reads one line of text into the given {@link ByteArrayBuffer}.
@param dst Destination
@return number of bytes copied or -1 if the end ofthe stream has been reached.
@throws MaxLineLimitException if the line exceeds a limit onthe line length imposed by a subclass.
@throws IOException in case of an I/O error.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.