public interface IMetaLoader
Modifier and Type | Method and Description |
---|---|
IMetadata |
getMetadata()
Returns an object containing some data about the data file to be read in
|
void |
loadMetadata(IMonitor mon)
Loads the meta data from the file but not all the data.
|
void loadMetadata(IMonitor mon) throws IOException
mon
- can be nullIOException
- when cannot load metadataIMetadata getMetadata()
Copyright © 2014–2022 Eclipse Foundation. All rights reserved.