public class Fysatiosp extends AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected FysatHeader |
headerParser |
location, ncfile, raf, rafOrder| Constructor and Description |
|---|
Fysatiosp() |
| Modifier and Type | Method and Description |
|---|---|
short |
convertunsignedByte2Short(byte b) |
String |
getFileTypeDescription() |
String |
getFileTypeId() |
boolean |
isValidFile(RandomAccessFile raf) |
void |
open(RandomAccessFile raf,
NetcdfFile ncfile,
CancelTask cancelTask) |
Array |
readCompressedData(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
Array |
readCompressedZlib(Variable v2,
long dataPos,
int nx,
int ny,
int[] origin,
int[] shape,
int[] stride) |
Array |
readData(Variable v2,
Section section) |
Array |
readDataOld(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
close, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, streamToByteChannel, syncExtend, toStringDebugprotected FysatHeader headerParser
public boolean isValidFile(RandomAccessFile raf) throws IOException
IOExceptionpublic String getFileTypeId()
public String getFileTypeDescription()
public void open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask) throws IOException
open in interface IOServiceProvideropen in class AbstractIOServiceProviderIOExceptionpublic Array readData(Variable v2, Section section) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic Array readDataOld(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic Array readCompressedData(Variable v2, long dataPos, int[] origin, int[] shape, int[] stride) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic Array readCompressedZlib(Variable v2, long dataPos, int nx, int ny, int[] origin, int[] shape, int[] stride) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic short convertunsignedByte2Short(byte b)
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.