Package org.robolectric.shadows
Class ShadowIoUtils
java.lang.Object
org.robolectric.shadows.ShadowIoUtils
@Implements(value=libcore.io.IoUtils.class,
isInAndroidSdk=false)
public class ShadowIoUtils
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
readFileAsString
(String absolutePath) protected static void
setFdOwner
(FileDescriptor fd, Object owner)
-
Constructor Details
-
ShadowIoUtils
public ShadowIoUtils()
-
-
Method Details
-
readFileAsString
- Throws:
IOException
-
setFdOwner
-