Class DumpableFormat
- java.lang.Object
-
- com.google.android.exoplayer2.testutil.DumpableFormat
-
- All Implemented Interfaces:
Dumper.Dumpable
public final class DumpableFormat extends Object implements Dumper.Dumpable
Wraps aFormat
to allow dumping it.
-
-
Field Summary
Fields Modifier and Type Field Description int
index
-
Constructor Summary
Constructors Constructor Description DumpableFormat(Format format, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(Dumper dumper)
Dumps the fields of the object using thedumper
.boolean
equals(Object o)
int
hashCode()
-
-
-
Constructor Detail
-
DumpableFormat
public DumpableFormat(Format format, int index)
-
-
Method Detail
-
dump
public void dump(Dumper dumper)
Description copied from interface:Dumper.Dumpable
Dumps the fields of the object using thedumper
.- Specified by:
dump
in interfaceDumper.Dumpable
- Parameters:
dumper
- TheDumper
to be used to dump fields.
-
-