CodePage

value class CodePage(val value: UInt) : Comparable<CodePage> (source)

Represents a code page in a PE file.

Constructors

Link copied to clipboard
constructor(value: UInt)

Properties

Link copied to clipboard

returns the .net name of the code page, such as "windows-1252" for code page 1252; returns null if there is no corresponding .net name.

Link copied to clipboard
val value: UInt

the raw value of the code page

Functions

Link copied to clipboard
open operator override fun compareTo(other: CodePage): Int
Link copied to clipboard
open override fun toString(): String