com.starteam.util
Class EOLReader

java.lang.Object
  extended by java.io.Reader
      extended by com.starteam.util.LineProcessor
          extended by com.starteam.util.EOLReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public final class EOLReader
extends LineProcessor

The class definition for an EOL Reader


Constructor Summary
EOLReader(LineReader source, java.lang.String newEOL)
           
 
Method Summary
 java.io.Reader endofInput()
           
 java.io.Reader processLine(java.lang.String line, int eol)
           
 
Methods inherited from class com.starteam.util.LineProcessor
close, read
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOLReader

public EOLReader(LineReader source,
                 java.lang.String newEOL)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

endofInput

public java.io.Reader endofInput()
Specified by:
endofInput in class LineProcessor

processLine

public java.io.Reader processLine(java.lang.String line,
                                  int eol)
                           throws java.io.IOException
Specified by:
processLine in class LineProcessor
Throws:
java.io.IOException


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.