org.iges.grads.server.dap
Class GenericInt32

java.lang.Object
  |
  +--SDInt32
        |
        +--org.iges.grads.server.dap.GenericInt32

public class GenericInt32
extends SDInt32

Implements the server-side version of Int32 All datatypes that appear in DDS'es for GrADS datasets must have server-side implementations, even if its just a shell. Last modified: $Date: 2002/04/24 21:49:17 $ Revision for this file: $Revision: 1.1.1.1 $ Release name: $Name: $ Original for this file: $Source: /var/homes/cvs/gds/src/org/iges/grads/server/dap/GenericInt32.java,v $

See Also:
Serialized Form

Constructor Summary
GenericInt32()
          Constructs a new GenericInt32.
GenericInt32(java.lang.String n)
          Constructs a new GenericInt32 with name n.
 
Method Summary
 boolean read(java.lang.String datasetName, java.lang.Object specialO)
          Dummy procedure
static void resetCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericInt32

public GenericInt32()
Constructs a new GenericInt32.


GenericInt32

public GenericInt32(java.lang.String n)
Constructs a new GenericInt32 with name n.

Parameters:
n - the name of the variable.
Method Detail

resetCount

public static void resetCount()

read

public boolean read(java.lang.String datasetName,
                    java.lang.Object specialO)
             throws NoSuchVariableException,
                    java.io.IOException,
                    java.io.EOFException
Dummy procedure

NoSuchVariableException
java.io.IOException
java.io.EOFException