Class ARSHeader

All Implemented Interfaces:
ArchiveHeader

public class ARSHeader extends AbstractArchiveHeader
The ARSHeader class reads Archive Retrieval System header data from NOAA 1b data files.
Since:
3.2.2
Author:
Peter Hollemans
  • Constructor Details

    • ARSHeader

      public ARSHeader(ByteBuffer inputBuffer) throws IOException
      Creates a new header using the specified byte data.
      Parameters:
      inputBuffer - the buffer to read for byte data.
      Throws:
      IOException - if an error occurred checking the data.
  • Method Details