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
All Methods Static Methods Concrete Methods 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.
-
-
-
Method Detail
-
setReporter
public static void setReporter(DropBox.Reporter reporter)
Used to replace default Reporter for logging events. Must be non-null.
-
getReporter
public static DropBox.Reporter getReporter()
Returns non-null Reporter.
-
addData
public static void addData(String tag, byte[] data, int flags)
-
-