ucar.nc2.iosp.bufr
Class BufrDataSection

java.lang.Object
  extended by ucar.nc2.iosp.bufr.BufrDataSection

public class BufrDataSection
extends Object

Represents Section 4 of a BUFR message.

Since:
May 10, 2008
Author:
caron

Constructor Summary
BufrDataSection(long dataPos, int dataLength)
           
 
Method Summary
 int getDataLength()
           
 long getDataPos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufrDataSection

public BufrDataSection(long dataPos,
                       int dataLength)
Method Detail

getDataPos

public long getDataPos()

getDataLength

public int getDataLength()


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.