BundleInfo
# VFS: Bundle Info
Structure which defines a full suite of metadata for a given VFS bundle file. This record is only used during
construction or loading of the bundle, as a utility; it is never serialized into the bundle itself.
Content copied to clipboard
elide.vfs.BundleInfo
Types
Link copied to clipboard
# VFS: Bundle Info
Structure which defines a full suite of metadata for a given VFS bundle file. This record is only used during
construction or loading of the bundle, as a utility; it is never serialized into the bundle itself.
Content copied to clipboard
elide.vfs.BundleInfo
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Artifacts file, which is held in JSON format at the end of the bundle.
Content copied to clipboard
.elide.vfs.BundleArtifacts artifacts = 3;
Link copied to clipboard
Artifacts file, which is held in JSON format at the end of the bundle.
Content copied to clipboard
.elide.vfs.BundleArtifacts artifacts = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Header which is present at the top of the bundle, and which provides a CRC32 of the de-compressed file-tree data.
Content copied to clipboard
.elide.vfs.BundleHeader header = 1;
Link copied to clipboard
Header which is present at the top of the bundle, and which provides a CRC32 of the de-compressed file-tree data.
Content copied to clipboard
.elide.vfs.BundleHeader header = 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
Link copied to clipboard
Filesystem tree, with an entry for each file and directory present in the bundle.
Content copied to clipboard
.elide.vfs.Filesystem tree = 2;
Link copied to clipboard
Filesystem tree, with an entry for each file and directory present in the bundle.
Content copied to clipboard
.elide.vfs.Filesystem tree = 2;
Link copied to clipboard
Link copied to clipboard
Artifacts file, which is held in JSON format at the end of the bundle.
Content copied to clipboard
.elide.vfs.BundleArtifacts artifacts = 3;
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): BundleInfo
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard