ReadOptions

Read options for an annotation import job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The file's comment character.

Link copied to clipboard

The file's encoding.

Link copied to clipboard

A character for escaping quotes in the file.

Link copied to clipboard

Whether quotes need to be escaped in the file.

Link copied to clipboard

Whether the file has a header row.

Link copied to clipboard

A line separator for the file.

Link copied to clipboard

The file's quote character.

Link copied to clipboard

Whether all values need to be quoted, or just those that contain quotes.

Link copied to clipboard
val sep: String?

The file's field separator.

Functions

Link copied to clipboard
inline fun copy(block: ReadOptions.Builder.() -> Unit = {}): ReadOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String