NameInfo

data class NameInfo(val offset: Int, val length: Int, val charset: Charset)

Constructors

Link copied to clipboard
constructor(offset: Int, length: Int, charset: Charset)

Properties

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