com.ccg.macros
Class InputReader

java.lang.Object
  extended by com.ccg.macros.Input
      extended by 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

Constructor Summary
InputReader()
          Initializes object to...
InputReader(File f)
           
InputReader(InputStream in)
           
InputReader(Reader r)
           
 
Method Summary
 void close()
           
(package private)  int shiftAndFill(int cur_ofs)
           
 
Methods inherited from class com.ccg.macros.Input
getBuffer, getLength, getOffset, setLength, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.