dods.clients.matlab
Class MatlabString
java.lang.Object
dods.dap.BaseType
dods.dap.DString
dods.clients.matlab.MatlabString
- All Implemented Interfaces:
- ClientIO, Cloneable
public class MatlabString
- extends DString
Methods inherited from class dods.dap.BaseType |
checkSemantics, checkSemantics, clone, elementCount, elementCount, getLongName, getName, getParent, newPrimitiveVector, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printDecl, printVal, printVal, printVal, setName, setParent |
MatlabString
public MatlabString()
MatlabString
public MatlabString(String n)
deserialize
public void deserialize(DataInputStream source,
ServerVersion sv,
StatusUI statusUI)
throws IOException,
EOFException,
DataReadException
- Description copied from class:
DString
- Reads data from a
DataInputStream
. This method is only used
on the client side of the DODS client/server connection.
- Specified by:
deserialize
in interface ClientIO
- Overrides:
deserialize
in class DString
- Parameters:
source
- a DataInputStream
to read from.sv
- the ServerVersion
returned by the server.statusUI
- the StatusUI
object to use for GUI updates
and user cancellation notification (may be null).
- Throws:
EOFException
- if EOF is found before the variable is completely
deserialized.
IOException
- thrown on any other InputStream exception.
DataReadException
- if a negative string length was read.- See Also:
ClientIO.deserialize(DataInputStream, ServerVersion, StatusUI)