public class BufrCdmIndex extends Object
Modifier and Type | Field and Description |
---|---|
String |
bufrFilename |
long |
end |
String |
idxFilename |
static String |
MAGIC_START |
static String |
NCX_IDX |
long |
nobs |
BufrCdmIndexProto.Field |
root |
long |
start |
List<BufrCdmIndexProto.Station> |
stations |
Constructor and Description |
---|
BufrCdmIndex() |
Modifier and Type | Method and Description |
---|---|
static File |
calcIndexFile(String bufrFilename) |
protected boolean |
readIndex(RandomAccessFile raf) |
static BufrCdmIndex |
readIndex(String indexFilename) |
void |
showIndex(Formatter f) |
static boolean |
writeIndex(BufrCdmIndex index,
BufrField root,
File indexFile) |
static boolean |
writeIndex(String bufrFilename,
BufrConfig config,
File idxFile) |
public static final String MAGIC_START
public static final String NCX_IDX
public String idxFilename
public String bufrFilename
public BufrCdmIndexProto.Field root
public List<BufrCdmIndexProto.Station> stations
public long start
public long end
public long nobs
public static boolean writeIndex(String bufrFilename, BufrConfig config, File idxFile) throws IOException
IOException
public static BufrCdmIndex readIndex(String indexFilename) throws IOException
IOException
public static boolean writeIndex(BufrCdmIndex index, BufrField root, File indexFile) throws IOException
IOException
protected boolean readIndex(RandomAccessFile raf) throws IOException
IOException
public void showIndex(Formatter f)
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.