Skip navigation links
A C D E F H L M N R T 

A

AndroidClassLoadingStrategy - Class in net.bytebuddy.android
A class loading strategy that allows to load a dynamically created class at the runtime of an Android application.
AndroidClassLoadingStrategy(File) - Constructor for class net.bytebuddy.android.AndroidClassLoadingStrategy
Creates a new Android class loading strategy that uses the given folder for storing classes.
AndroidClassLoadingStrategy(File, AndroidClassLoadingStrategy.DexProcessor) - Constructor for class net.bytebuddy.android.AndroidClassLoadingStrategy
Creates a new Android class loading strategy that uses the given folder for storing classes.
AndroidClassLoadingStrategy.DexProcessor - Interface in net.bytebuddy.android
A dex processor is responsible for converting a collection of Java class files into a Android dex file.
AndroidClassLoadingStrategy.DexProcessor.Conversion - Interface in net.bytebuddy.android
Represents an ongoing conversion of several Java class files into an Android dex file.
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler - Class in net.bytebuddy.android
An implementation of a dex processor based on the Android SDK's dx.jar with an API that is compatible to version 1.7.
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion - Class in net.bytebuddy.android
Represents a to-dex-file-conversion of a AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.

C

Conversion(DexFile) - Constructor for class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
Creates a new ongoing to-dex-file conversion.
create() - Method in interface net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor
Creates a new conversion process which allows to store several Java class files in the created dex file before writing this dex file to a specified OutputStream.
create() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
 

D

drainTo(OutputStream) - Method in interface net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.Conversion
Writes an Android dex file containing all registered Java classes to the provided output stream.
drainTo(OutputStream) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
 

E

equals(Object) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
 
equals(Object) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
 

F

ForSdkCompiler(DexOptions, CfOptions) - Constructor for class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
Creates a new Android SDK dex compiler-based dex processor.

H

hashCode() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
 
hashCode() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
 

L

load(ClassLoader, Map<TypeDescription, byte[]>) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy
 

M

makeClassLoader(File, File, ClassLoader) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
 
makeClassLoader(File, File, ClassLoader) - Method in interface net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor
Creates a class loader capable of loading dex files.

N

net.bytebuddy.android - package net.bytebuddy.android
This package is dedicated to supporting Byte Buddy on Android devices.

R

register(String, byte[]) - Method in interface net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.Conversion
Adds a Java class to the generated dex file.
register(String, byte[]) - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
 

T

toString() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler.Conversion
 
toString() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
 
toString() - Method in class net.bytebuddy.android.AndroidClassLoadingStrategy
 
A C D E F H L M N R T 
Skip navigation links

Copyright © 2014–2015. All rights reserved.