ucar.nc2.iosp.netcdf3
Class N3header

java.lang.Object
  extended by ucar.nc2.iosp.netcdf3.N3header

public class N3header
extends Object

Netcdf header reading and writing for version 3 file format. This is used by N3iosp.

Author:
caron

Field Summary
static boolean debugHeaderSize
           
static boolean disallowFileTruncation
           
 
Constructor Summary
N3header()
           
 
Method Summary
static boolean isValidFile(RandomAccessFile raf)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disallowFileTruncation

public static boolean disallowFileTruncation

debugHeaderSize

public static boolean debugHeaderSize
Constructor Detail

N3header

public N3header()
Method Detail

isValidFile

public static boolean isValidFile(RandomAccessFile raf)
                           throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.