Documentation of 'de.erichseifert.gral.io.data.AudioReader' Java class
AudioReader
de.erichseifert.gral.io.data

Class AudioReader

    • Constructor Summary

      Constructors 
      Constructor and Description
      AudioReader(java.lang.String mimeType)
      Creates a new instance with the specified MIME type.
    • Constructor Detail

      • AudioReader

        public AudioReader(java.lang.String mimeType)
        Creates a new instance with the specified MIME type.
        Parameters:
        mimeType - MIME type of the file format to be read.
    • Method Detail

      • read

        public DataSource read(java.io.InputStream input,
                               java.lang.Class<? extends java.lang.Comparable<?>>... types)
                        throws java.io.IOException
        Returns a data source that was imported.
        Parameters:
        input - Input to be read.
        types - Number types for the columns of the data source.
        Returns:
        DataSource Imported data.
        Throws:
        java.io.IOException - when the file format is not valid or when experiencing an error during file operations.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.