public class BufrIosp extends AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
obsRecord |
raf| Constructor and Description |
|---|
BufrIosp() |
| Modifier and Type | Method and Description |
|---|---|
void |
compare(Structure obs) |
static void |
doon(String filename) |
String |
getDetailInfo() |
String |
getFileTypeDescription() |
String |
getFileTypeId() |
StructureDataIterator |
getStructureIterator(Structure s,
int bufferSize)
Get the structure iterator
|
boolean |
isValidFile(RandomAccessFile raf) |
static void |
main(String[] arg) |
void |
open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
void |
open(RandomAccessFile raf,
NetcdfFile ncfile,
Message single) |
void |
readAll(boolean dump) |
Array |
readData(Variable v2,
Section section) |
static void |
setDebugFlags(DebugFlags debugFlag) |
close, getFileTypeVersion, readSection, readToByteChannel, sendIospMessage, streamToByteChannel, sync, syncExtend, toStringDebugpublic static final String obsRecord
public static void setDebugFlags(DebugFlags debugFlag)
public boolean isValidFile(RandomAccessFile raf) throws IOException
IOExceptionpublic void open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask) throws IOException
open in interface IOServiceProvideropen in class AbstractIOServiceProviderIOExceptionpublic void open(RandomAccessFile raf, NetcdfFile ncfile, Message single) throws IOException
IOExceptionpublic Array readData(Variable v2, Section section) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic StructureDataIterator getStructureIterator(Structure s, int bufferSize) throws IOException
getStructureIterator in interface IOServiceProvidergetStructureIterator in class AbstractIOServiceProviders - the StructurebufferSize - the buffersizeIOException - if problem reading datapublic String getDetailInfo()
getDetailInfo in interface IOServiceProvidergetDetailInfo in class AbstractIOServiceProviderpublic String getFileTypeId()
public String getFileTypeDescription()
public void readAll(boolean dump)
throws IOException,
InvalidRangeException
IOExceptionInvalidRangeExceptionpublic void compare(Structure obs) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic static void doon(String filename) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic static void main(String[] arg) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.