Uses of Enum
jadx.zip.ZipReaderFlags
Packages that use ZipReaderFlags
-
Uses of ZipReaderFlags in jadx.zip
Fields in jadx.zip with type parameters of type ZipReaderFlagsMethods in jadx.zip that return ZipReaderFlagsModifier and TypeMethodDescriptionstatic ZipReaderFlagsReturns the enum constant of this type with the specified name.static ZipReaderFlags[]ZipReaderFlags.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jadx.zip that return types with arguments of type ZipReaderFlagsModifier and TypeMethodDescriptionZipReaderOptions.getFlags()static Set<ZipReaderFlags> ZipReaderFlags.none()Constructor parameters in jadx.zip with type arguments of type ZipReaderFlagsModifierConstructorDescriptionZipReader(Set<ZipReaderFlags> flags) ZipReaderOptions(IJadxZipSecurity zipSecurity, Set<ZipReaderFlags> flags) -
Uses of ZipReaderFlags in jadx.zip.parser
Fields in jadx.zip.parser with type parameters of type ZipReaderFlags