org.ckkloverdos.io
Interface IReadLine

All Known Implementing Classes:
ReadLineFromReader

public interface IReadLine

Generic interface for all components supporting a BufferedReader.readLine()- like functionality.

Author:
Christos KK Loverdos

Method Summary
 java.lang.String readLine()
          Returns the next line.
 

Method Detail

readLine

java.lang.String readLine()
                          throws java.io.IOException
Returns the next line.

Throws:
java.io.IOException


Copyright © 1999-2007 Christos KK Loverdos. All Rights Reserved.