/** * */ 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){ } }