com.ccg.macros
Class Input

java.lang.Object
  extended by 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 $

Constructor Summary
Input()
           
Input(char[] buf, int ofs, int len)
           
Input(String s)
           
 
Method Summary
(package private)  char[] getBuffer()
           
(package private)  int getLength()
           
(package private)  int getOffset()
           
 void setLength(int len)
           
 void setOffset(int ofs)
           
(package private)  int shiftAndFill(int cur_ofs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input

public Input()

Input

public Input(String s)

Input

public Input(char[] buf,
             int ofs,
             int len)
Method Detail

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.