public class Fysatiosp extends AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug |
protected boolean |
fill |
protected FysatHeader |
headerParser |
raf| 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 file,
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, readSection, readToByteChannel, readToOutputStream, sendIospMessage, streamToByteChannel, syncExtend, toStringDebugprotected FysatHeader headerParser
protected boolean debug
protected boolean fill
public boolean isValidFile(RandomAccessFile raf)
public String getFileTypeId()
public String getFileTypeDescription()
public void open(RandomAccessFile raf, NetcdfFile file, 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–2014 UCAR/Unidata. All rights reserved.