Class NcSDFloat32

    • Method Detail

      • read

        public boolean read​(String datasetName,
                            Object specialO)
                     throws IOException
        Read the value (parameters are ignored).
        Specified by:
        read in interface ServerMethods
        Specified by:
        read in class SDFloat32
        Parameters:
        datasetName - String identifying the file or other data store from which to read a vaue for this variable.
        specialO - This Object is a goody that is used by Server implementations to deliver important, and as yet unknown, stuff to the read method. If you don't need it, make it a null.
        Returns:
        true if more data remains to be read, otherwise false. This is an abtsract method that must be implemented as part of the installation/localization of a OPeNDAP server.
        Throws:
        IOException - When there is a problem reading data.