Interface RawDataset<T>

Type Parameters:
T - the raw data type of the dataset
All Superinterfaces:
Dataset

public interface RawDataset<T> extends Dataset
An interface can read a plain java object from dataset.
  • Method Details

    • getData

      T getData() throws IOException
      Returns a plain java object.
      Returns:
      a plain java object
      Throws:
      IOException - when IO operation fails in loading a resource