AssetContent
Specifies full contents for assets, in pre-compressed forms, to be served directly when a compressed representation
is supported by the invoking browser. These payloads duplicate the original content, which is additionally enclosed
in the JAR at the path described in this structure.
Content copied to clipboard
elide.assets.AssetBundle.AssetContent
Types
Link copied to clipboard
Specifies full contents for assets, in pre-compressed forms, to be served directly when a compressed representation
is supported by the invoking browser. These payloads duplicate the original content, which is additionally enclosed
in the JAR at the path described in this structure.
Content copied to clipboard
elide.assets.AssetBundle.AssetContent
Properties
Functions
Link copied to clipboard
inline fun AssetBundle.AssetContent.copy(block: AssetBundleKt.AssetContentKt.Dsl.() -> Unit): AssetBundle.AssetContent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Original name of the source file.
Content copied to clipboard
string filename = 2;
Link copied to clipboard
Original name of the source file.
Content copied to clipboard
string filename = 2;
Link copied to clipboard
Link copied to clipboard
Module which this asset is a member of.
Content copied to clipboard
string module = 1;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Hash token uniquely identifying the content in this module.
Content copied to clipboard
string token = 3;
Link copied to clipboard
Link copied to clipboard
Specifies each variant of an asset's main content.
Content copied to clipboard
repeated .elide.data.CompressedData variant = 4;
Link copied to clipboard
Specifies each variant of an asset's main content.
Content copied to clipboard
repeated .elide.data.CompressedData variant = 4;
Link copied to clipboard
Specifies each variant of an asset's main content.
Content copied to clipboard
repeated .elide.data.CompressedData variant = 4;
Link copied to clipboard
Specifies each variant of an asset's main content.
Content copied to clipboard
repeated .elide.data.CompressedData variant = 4;
Link copied to clipboard
Specifies each variant of an asset's main content.
Content copied to clipboard
repeated .elide.data.CompressedData variant = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): AssetBundle.AssetContent
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard