Class TBMHeader

All Implemented Interfaces:
ArchiveHeader

public class TBMHeader extends AbstractArchiveHeader
The TBMHeader class reads Terabit Memory header data from NOAA 1b data files.
Since:
3.2.2
Author:
Peter Hollemans
  • Constructor Details

    • TBMHeader

      public TBMHeader(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