Package org.robolectric.shadows.util
Interface DataSource.FileDescriptorTransform
-
- Enclosing class:
- DataSource
public static interface DataSource.FileDescriptorTransform
Transform aFileDescriptor
to a string.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toString(FileDescriptor fd, long offset)
-
-
-
Method Detail
-
toString
String toString(FileDescriptor fd, long offset)
-
-