public class DataFrameMetaReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static DataFrameMeta |
read(File file)
Creates a data frame meta from an input file
|
static DataFrameMeta |
read(InputStream is)
Creates a data frame meta from an input stream
|
public static DataFrameMeta read(File file) throws DataFrameException
file - input fileDataFrameException - thrown if the file can not be converted to a data frame metapublic static DataFrameMeta read(InputStream is) throws DataFrameException
is - input streamDataFrameException - thrown if the input stream can not be converted to a data frame metaCopyright © 2017. All rights reserved.