Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.resources
Class QSYSSrcPhysicalFileMemberReader

java.lang.Object
  extended by 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.


Field Summary
protected  BufferedReader _reader
          The reader to read the lines from
static String copyright
           
 
Constructor Summary
QSYSSrcPhysicalFileMemberReader(QSYSEditableRemoteSourceFileMember member)
           
 
Method Summary
 String readNextLine()
          Return the next line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

_reader

protected BufferedReader _reader
The reader to read the lines from

Constructor Detail

QSYSSrcPhysicalFileMemberReader

public QSYSSrcPhysicalFileMemberReader(QSYSEditableRemoteSourceFileMember member)
                                throws Exception
Parameters:
member -
Throws:
Exception
Method Detail

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

Rational Developer for Power Systems Software
V7.6

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.