Package libcore.io
Class DropBox
java.lang.Object
libcore.io.DropBox
public final class DropBox extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDropBox.ReporterInterface to allow customization of reporting behavior. -
Constructor Summary
Constructors Constructor Description DropBox() -
Method Summary
Modifier and Type Method Description static voidaddData(String tag, byte[] data, int flags)static voidaddText(String tag, String data)static DropBox.ReportergetReporter()Returns non-null Reporter.static voidsetReporter(DropBox.Reporter reporter)Used to replace default Reporter for logging events.
-
Constructor Details
-
DropBox
public DropBox()
-
-
Method Details
-
setReporter
Used to replace default Reporter for logging events. Must be non-null. -
getReporter
Returns non-null Reporter. -
addData
-
addText
-