Package ucar.nc2.internal.iosp.netcdf3
Class N3headerNew
- java.lang.Object
-
- ucar.nc2.internal.iosp.netcdf3.N3headerNew
-
public class N3headerNew extends Object
Netcdf version 3 header. Read-only version using Builders for immutablility.
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
debugHeaderSize
static boolean
disallowFileTruncation
protected RandomAccessFile
raf
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isValidFile(RandomAccessFile raf)
-
-
-
Field Detail
-
disallowFileTruncation
public static boolean disallowFileTruncation
-
debugHeaderSize
public static boolean debugHeaderSize
-
raf
protected RandomAccessFile raf
-
-
Method Detail
-
isValidFile
public static boolean isValidFile(RandomAccessFile raf) throws IOException
- Throws:
IOException
-
-