docs/doc/reference/com/google/android/exoplayer2/testutil/Dumper.html
Package com.google.android.exoplayer2.testutil
public final classDumperextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")
Helper utility to dump field values.
Nested Classes | Modifier and Type | Class | Description |
| --- | --- | --- |
| static interface | Dumper.Dumpable |
Provides custom dump method.
|
Constructors | Constructor | Description |
| --- | --- |
| Dumper() | |
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| Dumper | add(Dumper.Dumpable object) | |
| Dumper | add(String field, byte[] value) | |
| Dumper | add(String field, Object value) | |
| Dumper | addTime(String field, long time) | |
| Dumper | endBlock() | |
| Dumper | startBlock(String name) | |
| String | toString() | |
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public Dumper()
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")add([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")field,
@Nullable[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")value)
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")add([Dumper.Dumpable](Dumper.Dumpable.html "interface in com.google.android.exoplayer2.testutil")object)
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")add([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")field,
@Nullable
byte[] value)
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")addTime([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")field,
long time)
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")startBlock([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")name)
-
@CanIgnoreReturnValue
public[Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")endBlock()
-
public[String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")toString()
Overrides:toString in class Object