com.ccg.macros
Class Input
java.lang.Object
com.ccg.macros.Input
- Direct Known Subclasses:
- InputReader
public class Input
- extends Object
Describe...
class Example {
public void main(String[] args) {
com.ccg.macros.Input o = new com.ccg.macros.Input();
System.out.println(o);
}
}
- Since:
- 1.0
- Version:
- $Revision: 1.1.1.1 $
- Author:
- $Author: pkb $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Input
public Input()
Input
public Input(String s)
Input
public Input(char[] buf,
int ofs,
int len)
getLength
final int getLength()
getOffset
final int getOffset()
getBuffer
final char[] getBuffer()
shiftAndFill
int shiftAndFill(int cur_ofs)
throws IOException
- Throws:
IOException
setLength
public final void setLength(int len)
setOffset
public final void setOffset(int ofs)
Copyright 1998-1998-2006 null. All Rights Reserved.