|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectucar.nc2.iosp.bufr.BufrIndicatorSection
public class BufrIndicatorSection
Section 0 of BUFR data record
Constructor Summary | |
---|---|
BufrIndicatorSection(RandomAccessFile raf)
Constructs a BufrIndicatorSection object from a raf. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufrIndicatorSection(RandomAccessFile raf) throws IOException
raf
- RandomAccessFile with IndicatorSection content
IOException
- on read errorMethod Detail |
---|
public final int getBufrLength()
public final int getBufrEdition()
public final long getStartPos()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |