BitmapStorage
public final class BitmapStorage
Summary
Public methods |
|
|---|---|
static final void |
writeToTestStorage(@NonNull Bitmap receiver, @NonNull String name)Writes the contents of the |
Public methods
writeToTestStorage
Artifact: androidx.test:core
public static final void writeToTestStorage(@NonNull Bitmap receiver, @NonNull String name)
Writes the contents of the Bitmap to a compressed png file on PlatformTestStorage
| Parameters | |
|---|---|
@NonNull String name |
a descriptive base name for the resulting file. '.png' will be appended to this name. |
| Throws | |
|---|---|
java.io.IOException |
if bitmap could not be compressed or written to ds |