@Immutable
public class BufrIndicatorSection
extends java.lang.Object
| Constructor and Description |
|---|
BufrIndicatorSection(RandomAccessFile raf)
Constructs a BufrIndicatorSection object from a raf.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBufrEdition()
Get the edition of the BUFR specification used.
|
int |
getBufrLength()
Get the byte length of this BUFR record.
|
long |
getStartPos()
Get starting position in the file.
|
public BufrIndicatorSection(RandomAccessFile raf) throws java.io.IOException
raf - RandomAccessFile with IndicatorSection contentjava.io.IOException - on read errorpublic final int getBufrLength()
public final int getBufrEdition()
public final long getStartPos()