ContentEncoding

Supported Types of file content encodings

enum ContentEncoding : Enum<ContentEncoding>

Entries

Utf8
Link copied to clipboard
common

UTF-8 string encoding

Ascii
Link copied to clipboard
common

US-ASCII string encoding

Base64
Link copied to clipboard
common

Base 64 string encoding

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: ContentEncoding): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
override val name: String
ordinal
Link copied to clipboard
common
override val ordinal: Int