Uses of Class
edu.jiangxin.apktoolbox.convert.protobuf.supervised.DescriptorCache
Packages that use DescriptorCache
-
Uses of DescriptorCache in edu.jiangxin.apktoolbox.convert.protobuf.supervised
Methods in edu.jiangxin.apktoolbox.convert.protobuf.supervised that return DescriptorCacheModifier 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.Methods in edu.jiangxin.apktoolbox.convert.protobuf.supervised with parameters of type DescriptorCacheModifier and TypeMethodDescriptionstatic ProtoToJson
ProtoToJson.fromCache
(DescriptorCache cache) Creates an API from a given descriptor cache.