Class InputSpec

java.lang.Object
  |
  +--InputSpec

public class InputSpec
extends java.lang.Object

An InputSpec contains the puzzle specification read from standard input.


Constructor Summary
InputSpec()
          Create an InputSpec by reading the specification from standard in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSpec

public InputSpec()
          throws java.io.IOException
Create an InputSpec by reading the specification from standard in.