| Package | Description |
|---|---|
| de.unknownreality.dataframe | |
| de.unknownreality.dataframe.csv | |
| de.unknownreality.dataframe.io | |
| de.unknownreality.dataframe.meta | |
| de.unknownreality.dataframe.print |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataFrameWriter.print(DataFrame dataFrame,
DataWriter dataWriter)
Prints a dataframe to
System.out using a specified DataWriter. |
default void |
DataFrame.print(DataWriter dataWriter)
Prints this dataframe to
System.out using a specified DataWriter. |
static void |
DataFrameWriter.write(File file,
DataFrame dataFrame,
DataWriter dataWriter)
Writes a dataframe to a file using a specified
DataWriter. |
static void |
DataFrameWriter.write(File file,
DataFrame dataFrame,
DataWriter dataWriter,
boolean writeMetaFile)
Writes a dataframe to a file using a specified
DataWriter. |
default void |
DataFrame.write(File file,
DataWriter dataWriter)
Writes this dataframe to a file using a specified
DataWriter. |
default void |
DataFrame.write(File file,
DataWriter dataWriter,
boolean writeMetaFile)
Writes this dataframe to a file using a specified
DataWriter. |
static void |
DataFrameWriter.write(OutputStream outputStream,
DataFrame dataFrame,
DataWriter dataWriter)
Writes a dataframe to a
OutputStream using a specified DataWriter. |
default void |
DataFrame.write(OutputStream outputStream,
DataWriter dataWriter)
Writes this dataframe to a
OutputStream using a specified DataWriter. |
static void |
DataFrameWriter.write(Writer writer,
DataFrame dataFrame,
DataWriter dataWriter)
Writes a dataframe to a
Writer using a specified DataWriter. |
default void |
DataFrame.write(Writer writer,
DataWriter dataWriter)
Writes this dataframe to a
Writer using a specified DataWriter. |
static void |
DataFrameWriter.writeMetaFile(File file,
DataFrame dataFrame,
DataWriter dataWriter)
Writes the meta file for a dataframe and
DataWriter to a target file |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWriter
Created by Alex on 17.06.2017.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WriterBuilder<D extends DataWriter>
Created by Alex on 17.06.2017.
|
| Modifier and Type | Method and Description |
|---|---|
static DataFrameMeta |
DataFrameMeta.create(DataFrame dataFrame,
Class<? extends ReadFormat> readFormatClass,
DataWriter dataWriterBuilder)
Creates data frame meta information
|
| Modifier and Type | Class and Description |
|---|---|
class |
Printer |
Copyright © 2020. All rights reserved.