com.starbase.util
Class LineProcessor
java.lang.Object
|
+--java.io.Reader
|
+--com.starbase.util.LineProcessor
- Direct Known Subclasses:
- EOLReader, KeywordReader
- public abstract class LineProcessor
- extends java.io.Reader
|
Method Summary |
void |
close()
|
abstract java.io.Reader |
endofInput()
|
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
int |
hashCode()
returns a unique hash for all instances of this type |
abstract java.io.Reader |
processLine(java.lang.String line,
int eol)
|
int |
read(char[] cbuf,
int off,
int len)
|
| Methods inherited from class java.io.Reader |
mark, markSupported, read, read, ready, reset, skip |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
LineProcessor
public LineProcessor(LineReader source)
throws java.io.IOException
processLine
public abstract java.io.Reader processLine(java.lang.String line,
int eol)
throws java.io.IOException
java.io.IOException
endofInput
public abstract java.io.Reader endofInput()
throws java.io.IOException
java.io.IOException
close
public void close()
throws java.io.IOException
- Specified by:
close in class java.io.Reader
java.io.IOException
read
public int read(char[] cbuf,
int off,
int len)
throws java.io.IOException
- Specified by:
read in class java.io.Reader
java.io.IOException
equals
public boolean equals(java.lang.Object source)
- returns true if this object instance is equal to the source
- Overrides:
equals in class java.lang.Object
- Parameters:
source - Object the source to comapre with
- Returns:
- boolean true if this object is equal to the source
hashCode
public int hashCode()
- returns a unique hash for all instances of this type
- Overrides:
hashCode in class java.lang.Object
- Returns:
- int a unique hash for all instances of this type
StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.