| Package | Description |
|---|---|
| de.ipk_gatersleben.bit.bi.edal.primary_data.file |
| Modifier and Type | Method and Description |
|---|---|
void |
PrimaryDataFile.read(OutputStream dataOutputStream)
Load the data of the latest
PrimaryDataEntityVersion of this
PrimaryDataFile as stream. |
protected abstract void |
PrimaryDataFile.readImpl(OutputStream dataOutputStream)
Abstract function for implementation the
PrimaryDataFile.read(OutputStream) function. |
void |
PrimaryDataFile.store(InputStream dataInputStream)
Store data and generate a new
PrimaryDataEntityVersion for this
PrimaryDataFile. |
protected abstract void |
PrimaryDataFile.storeImpl(InputStream dataInputStream,
PrimaryDataEntityVersion newFileVersion)
Abstract function for implementation the
PrimaryDataFile.store(InputStream) function. |
| Constructor and Description |
|---|
PrimaryDataFile(PrimaryDataDirectory path,
String name)
Construct a
PrimaryDataFile and set the file version to the
latest one |
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.