Table

data class Table(val id: String, val checksum: Int, val offset: Int, val length: Int)

Constructors

Link copied to clipboard
constructor(id: String, checksum: Int, offset: Int, length: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val length: Int
Link copied to clipboard
val offset: Int
Link copied to clipboard

Functions

Link copied to clipboard