public class ARSHeader extends AbstractArchiveHeader
ARSHeader
class reads Archive Retrieval System header
data from NOAA 1b data files.inputBuffer, reader
Constructor and Description |
---|
ARSHeader(java.nio.ByteBuffer inputBuffer)
Creates a new header using the specified byte data.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeaderSize()
Gets the header size in bytes.
|
protected boolean |
isCompatible(java.nio.ByteBuffer inputBuffer)
Determines if the byte buffer data is compatible with this header.
|
getChannelSelection, getSensorWordSize
public ARSHeader(java.nio.ByteBuffer inputBuffer) throws java.io.IOException
inputBuffer
- the buffer to read for byte data.java.io.IOException
- if an error occurred checking the data.protected boolean isCompatible(java.nio.ByteBuffer inputBuffer)
AbstractArchiveHeader
isCompatible
in class AbstractArchiveHeader
public int getHeaderSize()
ArchiveHeader