com.ccg.macros
Class InputReader
java.lang.Object
com.ccg.macros.Input
com.ccg.macros.InputReader
public class InputReader
- extends Input
Describe...
class Example {
public void main(String[] args) {
com.ccg.macros.InputReader o = new com.ccg.macros.InputReader();
System.out.println(o);
}
}
- Since:
- 1.0
- Version:
- $Revision: 1.1.1.1 $
- Author:
- $Author: pkb $
- See Also:
Input
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputReader
public InputReader()
- Initializes object to... It performs the following tasks:
- Since:
- 1.0
InputReader
public InputReader(Reader r)
InputReader
public InputReader(File f)
throws IOException
- Throws:
IOException
InputReader
public InputReader(InputStream in)
close
public void close()
throws IOException
- Throws:
IOException
shiftAndFill
int shiftAndFill(int cur_ofs)
throws IOException
- Overrides:
shiftAndFill in class Input
- Throws:
IOException
Copyright 1998-1998-2006 null. All Rights Reserved.