misc
Class Array1D

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

public class Array1D
extends java.lang.Object


Constructor Summary
Array1D()
           
 
Method Summary
 void inputArray(java.lang.Class theClass, 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

Array1D

public Array1D()
Method Detail

inputArray

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

main

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