Interface StreamableDataContainerReader<T extends DataContainer>

    • Method Detail

      • read

        List<T> read​(InputStream input)
        Returns the data containers generated from the input stream.
        Parameters:
        input - the stream to read from
        Returns:
        the data generated from the stream