docs/doc/reference/com/google/android/exoplayer2/testutil/DumpableMp4Box.html
Package com.google.android.exoplayer2.testutil
All Implemented Interfaces:Dumper.Dumpable
public final classDumpableMp4Boxextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")implements[Dumper.Dumpable](Dumper.Dumpable.html "interface in com.google.android.exoplayer2.testutil")
Wraps an Mp4 box to allow dumping it.
Constructors | Constructor | Description |
| --- | --- |
| DumpableMp4Box(ByteBuffer box) |
Creates an instance.
|
All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| void | dump(Dumper dumper) |
Dumps the fields of the object using the dumper.
|
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
public DumpableMp4Box([ByteBuffer](https://developer.android.com/reference/java/nio/ByteBuffer.html "class or interface in java.nio")box)
Creates an instance.
Parameters:box - The Mp4 box to wrap.
-
public void dump([Dumper](Dumper.html "class in com.google.android.exoplayer2.testutil")dumper)
Description copied from interface: Dumper.Dumpable
Dumps the fields of the object using the dumper.
Specified by:dump in interface Dumper.DumpableParameters:dumper - The Dumper to be used to dump fields.