History log of /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/DeferredOutputStreamFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99b46173c5294d186ccf2e647b86346a22b247c8 09-Sep-2013 Ben Gruver <bgruv@google.com> Generify the IO requirements for writing a dex file

The DexWriter implementations now write to a generic "DexDataStore", instead
of writing directly to a file.

Also, writing of the DebugItems and CodeItems are linked, with the code
items being written to a temporary location, and then the entire code item
section is written as a batch after the debug item section.
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/DeferredOutputStreamFactory.java