misc
Class NewArray1D

java.lang.Object
  |
  +--misc.NewArray1D

public class NewArray1D
extends java.lang.Object


Constructor Summary
NewArray1D()
           
 
Method Summary
 void inputArray(java.lang.reflect.Method inputMethod, MyInputStream stream)
          input objects of type theClass and store in an array
static void main(java.lang.String[] args)
          test inputArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewArray1D

public NewArray1D()
Method Detail

inputArray

public void inputArray(java.lang.reflect.Method inputMethod,
                       MyInputStream stream)
input objects of type theClass and store in an array

main

public static void main(java.lang.String[] args)
test inputArray