public class Virtualizer
extends java.lang.Object
Constructor and Description |
---|
Virtualizer()
Creates a new instance of the Virtualizer with no maximum size.
|
Virtualizer(int sizeInMb)
Creates a new instance of the Virtualizer with an estimated maximum size.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanUp()
Cleans up the Virtualizer.
|
void |
finalize() |
void |
setContext(android.content.Context ctx)
Sets the context (android.content.Context).
|
public Virtualizer(int sizeInMb)
sizeInMb
- the maximum size. It might exceed this size, but not by a huge
amount.public Virtualizer()
public void setContext(android.content.Context ctx)
ctx
- the contextpublic void cleanUp()
public void finalize()
finalize
in class java.lang.Object