|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.iosp.netcdf3.N3streamWriter
ucar.nc2.iosp.netcdf3.N3outputStreamWriter
public class N3outputStreamWriter
Experimental.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.iosp.netcdf3.N3streamWriter |
|---|
N3streamWriter.Vinfo |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.iosp.netcdf3.N3streamWriter |
|---|
debug, debugPos, debugWriteData, filePos, ncfile, recSize, recStart, usePadding, vinfoList, vinfoMap |
| Constructor Summary | |
|---|---|
N3outputStreamWriter(NetcdfFile ncfile)
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
void |
writeDataAll(DataOutputStream stream)
|
static void |
writeFromFile(NetcdfFile fileIn,
String fileOutName)
|
void |
writeNonRecordData(Variable v,
DataOutputStream stream,
Array data)
|
void |
writeRecordData(DataOutputStream stream,
List<Variable> varList)
|
| Methods inherited from class ucar.nc2.iosp.netcdf3.N3streamWriter |
|---|
pad, writeHeader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public N3outputStreamWriter(NetcdfFile ncfile)
| Method Detail |
|---|
public void writeDataAll(DataOutputStream stream)
throws IOException
IOException
public void writeNonRecordData(Variable v,
DataOutputStream stream,
Array data)
throws IOException
IOException
public void writeRecordData(DataOutputStream stream,
List<Variable> varList)
throws IOException
IOException
public static void writeFromFile(NetcdfFile fileIn,
String fileOutName)
throws IOException
IOException
public static void main(String[] args)
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||