|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.PrimitiveVector
opendap.dap.Int16PrimitiveVector
opendap.dap.UInt16PrimitiveVector
public class UInt16PrimitiveVector
A vector of unsigned ints.
PrimitiveVector
,
Serialized FormConstructor Summary | |
---|---|
UInt16PrimitiveVector(BaseType var)
Constructs a new UInt16PrimitiveVector . |
Method Summary | |
---|---|
void |
printSingleVal(java.io.PrintWriter os,
int index)
Prints the value of a single variable in this vector. |
void |
printVal(java.io.PrintWriter os,
java.lang.String space)
Prints the value of all variables in this vector. |
Methods inherited from class opendap.dap.Int16PrimitiveVector |
---|
clone, deserialize, externalize, externalize, getInternalStorage, getLength, getValue, setInternalStorage, setLength, setValue, subset |
Methods inherited from class opendap.dap.PrimitiveVector |
---|
getTemplate, printDecl, printDecl |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UInt16PrimitiveVector(BaseType var)
UInt16PrimitiveVector
.
Method Detail |
---|
public void printVal(java.io.PrintWriter os, java.lang.String space)
printVal
in class Int16PrimitiveVector
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.BaseType.printVal(PrintWriter, String, boolean)
public void printSingleVal(java.io.PrintWriter os, int index)
DArray
's printVal
method.
printSingleVal
in class Int16PrimitiveVector
os
- the PrintWriter
on which to print the value.index
- the index of the variable to print.DArray.printVal(PrintWriter, String, boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |