ucar.nc2.iosp.netcdf3
Class N3outputStreamWriter
java.lang.Object
ucar.nc2.iosp.netcdf3.N3streamWriter
ucar.nc2.iosp.netcdf3.N3outputStreamWriter
public class N3outputStreamWriter
- extends N3streamWriter
Experimental.
- Author:
- john
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N3outputStreamWriter
public N3outputStreamWriter(NetcdfFile ncfile)
writeDataAll
public void writeDataAll(DataOutputStream stream)
throws IOException
- Throws:
IOException
writeNonRecordData
public void writeNonRecordData(Variable v,
DataOutputStream stream,
Array data)
throws IOException
- Throws:
IOException
writeRecordData
public void writeRecordData(DataOutputStream stream,
List<Variable> varList)
throws IOException
- Throws:
IOException
writeFromFile
public static void writeFromFile(NetcdfFile fileIn,
String fileOutName)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.