dods.dap
Class UInt16PrimitiveVector
java.lang.Object
dods.dap.PrimitiveVector
dods.dap.Int16PrimitiveVector
dods.dap.UInt16PrimitiveVector
- All Implemented Interfaces:
- ClientIO, Cloneable
- public class UInt16PrimitiveVector
- extends Int16PrimitiveVector
A vector of unsigned ints.
- See Also:
PrimitiveVector
| Methods inherited from class dods.dap.Int16PrimitiveVector |
clone, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, setInternalStorage, setLength, setValue, subset |
UInt16PrimitiveVector
public UInt16PrimitiveVector(BaseType var)
- Constructs a new
UInt16PrimitiveVector.
printVal
public void printVal(PrintWriter os,
String space)
- Prints the value of all variables in this vector. This
method is primarily intended for debugging DODS applications and
text-based clients such as geturl.
- Overrides:
printVal in class Int16PrimitiveVector
- Parameters:
os - the PrintWriter on which to print the value.space - this value is passed to the printDecl method,
and controls the leading spaces of the output.- See Also:
BaseType.printVal(PrintWriter, String, boolean)
printSingleVal
public void printSingleVal(PrintWriter os,
int index)
- Prints the value of a single variable in this vector.
method is used by
DArray's printVal method.
- Overrides:
printSingleVal in class Int16PrimitiveVector
- Parameters:
os - the PrintWriter on which to print the value.index - the index of the variable to print.- See Also:
DArray.printVal(PrintWriter, String, boolean)