Uses of Interface
org.jf.dexlib2.writer.io.DeferredOutputStreamFactory
Packages that use DeferredOutputStreamFactory
-
Uses of DeferredOutputStreamFactory in org.jf.dexlib2.writer
Methods in org.jf.dexlib2.writer with parameters of type DeferredOutputStreamFactoryModifier and TypeMethodDescriptionvoidDexWriter.writeTo(DexDataStore dest, DeferredOutputStreamFactory tempFactory) -
Uses of DeferredOutputStreamFactory in org.jf.dexlib2.writer.io
Methods in org.jf.dexlib2.writer.io that return DeferredOutputStreamFactoryModifier and TypeMethodDescriptionstatic DeferredOutputStreamFactoryFileDeferredOutputStream.getFactory(File containingDirectory) static DeferredOutputStreamFactoryFileDeferredOutputStream.getFactory(File containingDirectory, int bufferSize) static DeferredOutputStreamFactoryMemoryDeferredOutputStream.getFactory()static DeferredOutputStreamFactoryMemoryDeferredOutputStream.getFactory(int bufferSize)