@Beta public class SawReader extends Object
| Constructor | Description |
|---|---|
SawReader(File sawPathFile) |
|
SawReader(File sawPathFile,
ReadOptions options) |
|
SawReader(String sawPathName) |
|
SawReader(String sawPathName,
ReadOptions options) |
|
SawReader(Path sawPath) |
|
SawReader(Path sawPath,
ReadOptions options) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
columnCount() |
|
List<String> |
columnNames() |
|
tech.tablesaw.api.Table |
read() |
|
int |
rowCount() |
|
String |
shape() |
|
tech.tablesaw.api.Table |
structure() |
public SawReader(Path sawPath)
public SawReader(Path sawPath, ReadOptions options)
public SawReader(File sawPathFile)
public SawReader(File sawPathFile, ReadOptions options)
public SawReader(String sawPathName)
public SawReader(String sawPathName, ReadOptions options)
Copyright © 2022. All rights reserved.