public class Giniiosp extends AbstractIOServiceProvider
| Modifier and Type | Field and Description |
|---|---|
protected ucar.nc2.iosp.gini.Giniheader |
headerParser |
location, ncfile, raf, rafOrder| Constructor and Description |
|---|
Giniiosp() |
| Modifier and Type | Method and Description |
|---|---|
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,
int[] levels) |
Array |
readCompressedZlib(Variable v2,
long dataPos,
int nx,
int ny,
int[] origin,
int[] shape,
int[] stride,
int[] levels) |
Array |
readData(Variable v2,
Section section) |
Array |
readDataOld(Variable v2,
long dataPos,
int[] origin,
int[] shape,
int[] stride) |
Array |
readNestedData(Variable v2,
List section) |
close, getDetailInfo, getFileTypeVersion, getLastModified, getStructureIterator, reacquire, readSection, readToByteChannel, readToOutputStream, release, sendIospMessage, streamToByteChannel, syncExtend, toStringDebugprotected ucar.nc2.iosp.gini.Giniheader headerParser
public Array readNestedData(Variable v2, List section) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic boolean isValidFile(RandomAccessFile raf)
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, int[] levels) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic Array readCompressedZlib(Variable v2, long dataPos, int nx, int ny, int[] origin, int[] shape, int[] stride, int[] levels) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic String getFileTypeId()
public String getFileTypeDescription()
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.