Uses of Class
edu.jiangxin.apktoolbox.convert.protobuf.supervised.DescriptorCache
-
Uses of DescriptorCache in edu.jiangxin.apktoolbox.convert.protobuf.supervised
Modifier and TypeMethodDescriptionstatic DescriptorCache
DescriptorCache.emptyCache()
Creates an instance that initially has no descriptors.static DescriptorCache
DescriptorCache.fromDirectory
(Path directory) Creates an instance from a directory containing descriptor files.static DescriptorCache
Creates an instance from a single descriptor file.ProtoToJson.getCache()
Gets the descriptor cache used by the API.Modifier and TypeMethodDescriptionstatic ProtoToJson
ProtoToJson.fromCache
(DescriptorCache cache) Creates an API from a given descriptor cache.