| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
ReadOptions |
ReadOptions.clone() |
ReadOptions |
TsvOptions.getReadOptions()
The file's read options.
|
ReadOptions |
ReadOptions.withComment(String comment)
The file's comment character.
|
ReadOptions |
ReadOptions.withEncoding(String encoding)
The file's encoding.
|
ReadOptions |
ReadOptions.withEscape(String escape)
A character for escaping quotes in the file.
|
ReadOptions |
ReadOptions.withEscapeQuotes(Boolean escapeQuotes)
Whether quotes need to be escaped in the file.
|
ReadOptions |
ReadOptions.withHeader(Boolean header)
Whether the file has a header row.
|
ReadOptions |
ReadOptions.withLineSep(String lineSep)
A line separator for the file.
|
ReadOptions |
ReadOptions.withQuote(String quote)
The file's quote character.
|
ReadOptions |
ReadOptions.withQuoteAll(Boolean quoteAll)
Whether all values need to be quoted, or just those that contain quotes.
|
ReadOptions |
ReadOptions.withSep(String sep)
The file's field separator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TsvOptions.setReadOptions(ReadOptions readOptions)
The file's read options.
|
TsvOptions |
TsvOptions.withReadOptions(ReadOptions readOptions)
The file's read options.
|
Copyright © 2023. All rights reserved.