public class UFiosp
extends ucar.nc2.iosp.AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected UFheader |
headerParser |
| Constructor and Description |
|---|
UFiosp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileTypeDescription() |
String |
getFileTypeId() |
boolean |
isValidFile(ucar.unidata.io.RandomAccessFile raf) |
ucar.nc2.Variable |
makeVariable(ucar.nc2.NetcdfFile ncfile,
String shortName,
String longName,
String abbrev,
List<List<Ray>> groups) |
void |
open(ucar.unidata.io.RandomAccessFile raf,
ucar.nc2.NetcdfFile ncfile,
ucar.nc2.util.CancelTask cancelTask) |
ucar.ma2.Array |
readData(ucar.nc2.Variable v2,
ucar.ma2.Section section) |
build, buildFinish, close, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, isBuilder, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, setNetcdfFile, streamToByteChannel, syncExtend, toStringDebugprotected UFheader headerParser
public boolean isValidFile(ucar.unidata.io.RandomAccessFile raf)
public String getFileTypeId()
public String getFileTypeDescription()
public void open(ucar.unidata.io.RandomAccessFile raf,
ucar.nc2.NetcdfFile ncfile,
ucar.nc2.util.CancelTask cancelTask)
throws IOException
open in interface ucar.nc2.iosp.IOServiceProvideropen in class ucar.nc2.iosp.AbstractIOServiceProviderIOExceptionpublic ucar.nc2.Variable makeVariable(ucar.nc2.NetcdfFile ncfile,
String shortName,
String longName,
String abbrev,
List<List<Ray>> groups)
public ucar.ma2.Array readData(ucar.nc2.Variable v2,
ucar.ma2.Section section)
throws IOException
IOException