public interface ILazySaver extends ILazyLoader
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Modifier and Type | Method and Description |
---|---|
void |
initialize()
Initialize dataset in file
|
boolean |
isFileWriteable() |
void |
setSlice(IMonitor mon,
IDataset data,
SliceND slice) |
getDataset, isFileReadable
static final long serialVersionUID
void initialize() throws IOException
IOException
- when cannot open destinationboolean isFileWriteable()
void setSlice(IMonitor mon, IDataset data, SliceND slice) throws IOException
mon
- can be nulldata
- to useslice
- destination where to set with items of dataIOException
- when cannot write dataCopyright © 2014–2022 Eclipse Foundation. All rights reserved.