Package ucar.nc2.iosp.netcdf3
Class N3header
- java.lang.Object
-
- ucar.nc2.iosp.NCheader
-
- ucar.nc2.iosp.netcdf3.N3header
-
@Deprecated public class N3header extends NCheader
Deprecated.do not useNetcdf header reading and writing for version 3 file format. This is used by N3iosp.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
debugHeaderSize
Deprecated.static boolean
disallowFileTruncation
Deprecated.-
Fields inherited from class ucar.nc2.iosp.NCheader
CDF1HEAD, CDF2HEAD, CDF5HEAD, H4HEAD, H5HEAD, NC_FORMAT_64BIT, NC_FORMAT_64BIT_DATA, NC_FORMAT_64BIT_OFFSET, NC_FORMAT_CDF5, NC_FORMAT_CLASSIC, NC_FORMAT_HDF4, NC_FORMAT_HDF5, NC_FORMAT_NETCDF3, NC_FORMAT_NETCDF4
-
-
Constructor Summary
Constructors Constructor Description N3header()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static boolean
isValidFile(RandomAccessFile raf)
Deprecated.-
Methods inherited from class ucar.nc2.iosp.NCheader
checkFileType, formatName
-
-
-
-
Method Detail
-
isValidFile
public static boolean isValidFile(RandomAccessFile raf) throws IOException
Deprecated.- Throws:
IOException
-
-