All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ucar.nc2.iosp.fysat.AwxFileSecondHeader Maven / Gradle / Ivy

Go to download

The NetCDF-Java Library is a Java interface to NetCDF files, as well as to many other types of scientific data formats.

There is a newer version: 4.3.22
Show newest version
/**
 * 
 */
package ucar.nc2.iosp.fysat;

import ucar.nc2.iosp.fysat.util.EndianByteBuffer;

/**
 * @author Hurricane
 *
 */
public class AwxFileSecondHeader {

	/**
	 * 
	 */
	public AwxFileSecondHeader() {
		// TODO Auto-generated constructor stub
	}
	
	public void fillHeader(EndianByteBuffer byteBuffer){
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy