CrankyPointsFormat

class CrankyPointsFormat(var delegate: PointsFormat, var random: Random) : PointsFormat

Constructors

Link copied to clipboard
constructor(delegate: PointsFormat, random: Random)

Types

Link copied to clipboard
class CrankyPointsReader(val delegate: PointsReader, val random: Random) : PointsReader
Link copied to clipboard
class CrankyPointsWriter(val delegate: PointsWriter, val random: Random) : PointsWriter

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun fieldsReader(state: SegmentReadState): PointsReader
Link copied to clipboard
open override fun fieldsWriter(state: SegmentWriteState): PointsWriter