org.codehaus.groovy.syntax.lexer
Class FileCharStream
java.lang.Object
org.codehaus.groovy.syntax.lexer.FileCharStream
- All Implemented Interfaces:
- CharStream
- public class FileCharStream
- extends Object
- implements CharStream
Fields inherited from interface org.codehaus.groovy.syntax.lexer.CharStream |
EOS |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCharStream
public FileCharStream(File file)
getFile
public File getFile()
getCharStream
protected CharStream getCharStream()
throws ReadException
- Throws:
ReadException
getDescription
public String getDescription()
- Specified by:
getDescription
in interface CharStream
consume
public char consume()
throws ReadException
- Description copied from interface:
CharStream
- Consume the next character.
- Specified by:
consume
in interface CharStream
- Returns:
- The consumed character or -1 if no more characters
available.
- Throws:
ReadException
- If an error occurs attempting to consume
a character.
close
public void close()
throws ReadException
- Specified by:
close
in interface CharStream
- Throws:
ReadException
Copyright © 2003-2005 The Codehaus. All Rights Reserved.