Java org.apache.commons.net.io CRLFLineReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.io CRLFLineReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.io CRLFLineReader.

The text is from its open source code.

Constructor

CRLFLineReader(Reader reader)
Creates a CRLFLineReader that wraps an existing Reader input source.

Method

StringreadLine()
Read a line of text.