booster / com.didiglobal.booster.aapt2 / Resources / ResourceTable

ResourceTable

class ResourceTable : GeneratedMessageV3, ResourceTableOrBuilder


    Top level message representing a resource table.
    
Protobuf type aapt.pb.ResourceTable

Types

Builder


      Top level message representing a resource table.
      
Protobuf type aapt.pb.ResourceTable

class Builder : Builder<Builder!>, ResourceTableOrBuilder

Properties

PACKAGE_FIELD_NUMBER

static val PACKAGE_FIELD_NUMBER: Int

SOURCE_POOL_FIELD_NUMBER

static val SOURCE_POOL_FIELD_NUMBER: Int

Functions

equals

fun equals(other: Any?): Boolean

getDefaultInstance

static fun getDefaultInstance(): ResourceTable!

getDefaultInstanceForType

fun getDefaultInstanceForType(): ResourceTable!

getDescriptor

static fun getDescriptor(): Descriptor!

getPackage


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

fun getPackage(index: Int): Package!

getPackageCount


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

fun getPackageCount(): Int

getPackageList


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

fun getPackageList(): MutableList<Package!>!

getPackageOrBuilder


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

fun getPackageOrBuilder(index: Int): PackageOrBuilder!

getPackageOrBuilderList


      Resource definitions corresponding to an Android package.
      
repeated .aapt.pb.Package package = 2;

fun getPackageOrBuilderList(): MutableList<out PackageOrBuilder!>!

getParserForType

fun getParserForType(): Parser<ResourceTable!>!

getSerializedSize

fun getSerializedSize(): Int

getSourcePool


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

fun getSourcePool(): StringPool!

getSourcePoolOrBuilder


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

fun getSourcePoolOrBuilder(): StringPoolOrBuilder!

getUnknownFields

fun getUnknownFields(): UnknownFieldSet!

hashCode

fun hashCode(): Int

hasSourcePool


      The string pool containing source paths referenced throughout the resource table. This does
      not end up in the final binary ARSC file.
      
.aapt.pb.StringPool source_pool = 1;

fun hasSourcePool(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

newBuilder

static fun newBuilder(): Builder!
static fun newBuilder(prototype: ResourceTable!): Builder!

newBuilderForType

fun newBuilderForType(): Builder!
fun newBuilderForType(parent: BuilderParent!): Builder!

newInstance

fun newInstance(unused: UnusedPrivateParameter!): Any!

parseDelimitedFrom

static fun parseDelimitedFrom(input: InputStream!): ResourceTable!
static fun parseDelimitedFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!

parseFrom

static fun parseFrom(data: ByteBuffer!): ResourceTable!
static fun parseFrom(data: ByteBuffer!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!
static fun parseFrom(data: ByteString!): ResourceTable!
static fun parseFrom(data: ByteString!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!
static fun parseFrom(data: ByteArray!): ResourceTable!
static fun parseFrom(data: ByteArray!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!
static fun parseFrom(input: InputStream!): ResourceTable!
static fun parseFrom(input: InputStream!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!
static fun parseFrom(input: CodedInputStream!): ResourceTable!
static fun parseFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): ResourceTable!

parser

static fun parser(): Parser<ResourceTable!>!

toBuilder

fun toBuilder(): Builder!

writeTo

fun writeTo(output: CodedOutputStream!): Unit