Package-level declarations

Types

Link copied to clipboard
class CompressedData : GeneratedMessage, CompressedDataOrBuilder
Generic container for compressed data, which simply combines an enumerated `CompressionMode` with a blob of raw bytes
which are expected to be compressed by the specified algorithm or tool.
Protobuf type elide.data.CompressedData
Link copied to clipboard

Protobuf type elide.data.CompressedData

Link copied to clipboard
interface CompressedDataOrBuilder : MessageOrBuilder
Link copied to clipboard
enum CompressionMode : ProtocolMessageEnum
Specifies compression modes that are supported by the framework for pre-compressed assets stored inline within the
manifest. These inlined assets do not replace original source assets, which are enclosed in the resource JAR.
Protobuf enum elide.data.CompressionMode
Link copied to clipboard
class Data
Link copied to clipboard
class DataContainer : GeneratedMessage, DataContainerOrBuilder
Specifies an arbitrary container, which is used to hold raw data, along with the optional specification of a
cryptographic fingerprint calculated from the data.
Protobuf type elide.data.DataContainer
Link copied to clipboard

Protobuf type elide.data.DataContainer

Link copied to clipboard
interface DataContainerOrBuilder : MessageOrBuilder
Link copied to clipboard
Specifies the structure of a data container which can also be a reference to a different resource or file-system
style-asset. Only one reference value may be filled in.
Protobuf type elide.data.DataContainerRef
Link copied to clipboard

Protobuf type elide.data.DataContainerRef

Link copied to clipboard
interface DataContainerRefOrBuilder : MessageOrBuilder
Link copied to clipboard
class DataFingerprint : GeneratedMessage, DataFingerprintOrBuilder
Stores a generic cryptographic fingerprint of some arbitrary data. This is a utility record, which simply gathers the
specification of a hash algorithm with a raw data field storing the result of the hash.
Protobuf type elide.data.DataFingerprint
Link copied to clipboard

Protobuf type elide.data.DataFingerprint

Link copied to clipboard
interface DataFingerprintOrBuilder : MessageOrBuilder
Link copied to clipboard
enum Encoding : ProtocolMessageEnum
Data Encoding

Describes supported file encodings. By default, files are encoded with `UTF-8`.
Protobuf enum elide.data.Encoding
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "-initializecompressedData")
inline fun compressedData(block: CompressedDataKt.Dsl.() -> Unit): CompressedData
Link copied to clipboard
@JvmName(name = "-initializedataContainer")
inline fun dataContainer(block: DataContainerKt.Dsl.() -> Unit): DataContainer
Link copied to clipboard
@JvmName(name = "-initializedataContainerRef")
inline fun dataContainerRef(block: DataContainerRefKt.Dsl.() -> Unit): DataContainerRef
Link copied to clipboard
@JvmName(name = "-initializedataFingerprint")
inline fun dataFingerprint(block: DataFingerprintKt.Dsl.() -> Unit): DataFingerprint