com.ibm.etools.iseries.rse.ui.resources
Class QSYSSrcPhysicalFileMemberReader
java.lang.Object
com.ibm.etools.iseries.rse.ui.resources.QSYSSrcPhysicalFileMemberReader
- All Implemented Interfaces:
- ISequentialFileReader
public class QSYSSrcPhysicalFileMemberReader
- extends Object
- implements ISequentialFileReader
This class implements an ISequentialFileReader
over top of a local cached proxy for a
remote member.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static String copyright
_reader
protected BufferedReader _reader
- The reader to read the lines from
QSYSSrcPhysicalFileMemberReader
public QSYSSrcPhysicalFileMemberReader(QSYSEditableRemoteSourceFileMember member)
throws Exception
- Parameters:
member
-
- Throws:
Exception
readNextLine
public String readNextLine()
throws IOException
- Return the next line.
- Specified by:
readNextLine
in interface ISequentialFileReader
- Returns:
- the next line or null if the last line has been returned.
- Throws:
IOException
- if there is any problem reading- See Also:
ReaderLineScanner
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.