public class DataFrameWriter extends Object
| Constructor and Description |
|---|
DataFrameWriter(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
csv(CsvWriteOptions options) |
void |
csv(File file) |
void |
csv(OutputStream stream) |
void |
csv(String file) |
void |
csv(Writer writer) |
void |
html(OutputStream stream) |
public DataFrameWriter(Table table)
public void csv(String file) throws IOException
IOExceptionpublic void csv(File file) throws IOException
IOExceptionpublic void csv(CsvWriteOptions options) throws IOException
IOExceptionpublic void csv(OutputStream stream) throws IOException
IOExceptionpublic void csv(Writer writer) throws IOException
IOExceptionpublic void html(OutputStream stream)
Copyright © 2018. All rights reserved.