Package-level declarations
Types
Link copied to clipboard
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.
Content copied to clipboard
elide.data.CompressedData
Link copied to clipboard
object CompressedDataKt
Protobuf type elide.data.CompressedData
Link copied to clipboard
Link copied to clipboard
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.
Content copied to clipboard
elide.data.CompressionMode
Link copied to clipboard
Specifies an arbitrary container, which is used to hold raw data, along with the optional specification of a
cryptographic fingerprint calculated from the data.
Content copied to clipboard
elide.data.DataContainer
Link copied to clipboard
object DataContainerKt
Protobuf type elide.data.DataContainer
Link copied to clipboard
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.
Content copied to clipboard
elide.data.DataContainerRef
Link copied to clipboard
object DataContainerRefKt
Protobuf type elide.data.DataContainerRef
Link copied to clipboard
Link copied to clipboard
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.
Content copied to clipboard
elide.data.DataFingerprint
Link copied to clipboard
object DataFingerprintKt
Protobuf type elide.data.DataFingerprint
Link copied to clipboard
Link copied to clipboard
class EncodingOuterClass
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard