SSVParams

open class SSVParams : CollectionFormats.CSVParams

Constructors

SSVParams
Link copied to clipboard
fun SSVParams(params: List<String>)
SSVParams
Link copied to clipboard
fun SSVParams(vararg params: String)

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

params
Link copied to clipboard
var params: List<String>

Inheritors

CollectionFormats
Link copied to clipboard