DataFormat

interface DataFormat<T>

Interface for classes that formats the data T

Parameters

T

Type of the data to format

Functions

Link copied to clipboard
abstract fun formatData(data: T): String

Formats the data into the specified format

Link copied to clipboard
abstract fun formatHeader(): String

Creates a header for the data.

Inheritors

Link copied to clipboard
Link copied to clipboard