Package ucar.nc2.iosp.netcdf3
Class N3outputStreamWriter
- java.lang.Object
-
- ucar.nc2.iosp.netcdf3.N3streamWriter
-
- ucar.nc2.iosp.netcdf3.N3outputStreamWriter
-
@Deprecated public class N3outputStreamWriter extends N3streamWriter
Deprecated.do not useExperimental.
-
-
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
Constructors Constructor Description N3outputStreamWriter(NetcdfFile ncfile)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
writeDataAll(DataOutputStream stream)
Deprecated.static void
writeFromFile(NetcdfFile fileIn, String fileOutName)
Deprecated.void
writeNonRecordData(Variable v, DataOutputStream stream, Array data)
Deprecated.void
writeRecordData(DataOutputStream stream, List<Variable> varList)
Deprecated.-
Methods inherited from class ucar.nc2.iosp.netcdf3.N3streamWriter
pad, writeHeader
-
-
-
-
Constructor Detail
-
N3outputStreamWriter
public N3outputStreamWriter(NetcdfFile ncfile)
Deprecated.
-
-
Method Detail
-
writeDataAll
public void writeDataAll(DataOutputStream stream) throws IOException
Deprecated.- Throws:
IOException
-
writeNonRecordData
public void writeNonRecordData(Variable v, DataOutputStream stream, Array data) throws IOException
Deprecated.- Throws:
IOException
-
writeRecordData
public void writeRecordData(DataOutputStream stream, List<Variable> varList) throws IOException
Deprecated.- Throws:
IOException
-
writeFromFile
public static void writeFromFile(NetcdfFile fileIn, String fileOutName) throws IOException
Deprecated.- Throws:
IOException
-
-