Package com.android.dx.dex.file
Class DexFile.Storage
java.lang.Object
com.android.dx.dex.file.DexFile.Storage
- Enclosing class:
DexFile
Holder for a byte[] that can grow on demand.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Storage
public Storage(byte[] storage)
-
-
Method Details
-
getStorage
public byte[] getStorage(int requestedLength)
-