|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.dap.PrimitiveVector
opendap.dap.Int32PrimitiveVector
opendap.dap.UInt32PrimitiveVector
public class UInt32PrimitiveVector
A vector of unsigned ints.
PrimitiveVector
,
Serialized FormConstructor Summary | |
---|---|
UInt32PrimitiveVector(BaseType var)
Constructs a new UInt32PrimitiveVector . |
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.Int32PrimitiveVector |
---|
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 UInt32PrimitiveVector(BaseType var)
UInt32PrimitiveVector
.
Method Detail |
---|
public void printVal(java.io.PrintWriter os, java.lang.String space)
printVal
in class Int32PrimitiveVector
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 Int32PrimitiveVector
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 |