DirectoryRecord

data class DirectoryRecord(    val length: Int,     val extendedAttributeLength: Int,     val extent: Int,     val size: Int,     val date: ISO.DateStruct,     val flags: Int,     val fileUnitSize: Int,     val interleave: Int,     val volumeSequenceNumber: Int,     val rawName: String)

Constructors

Link copied to clipboard
constructor(length: Int, extendedAttributeLength: Int, extent: Int, size: Int, date: ISO.DateStruct, flags: Int, fileUnitSize: Int, interleave: Int, volumeSequenceNumber: Int, rawName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val extent: Int
Link copied to clipboard
Link copied to clipboard
val flags: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int
Link copied to clipboard