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 Detail

      • getData

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