FileOutputOptions
public final class FileOutputOptions extends OutputOptions
A class providing options for storing the result to a given file.
The file must be in a path where the application has the write permission.
To use a android.os.ParcelFileDescriptor as an output destination instead of a File, use FileDescriptorOutputOptions.
Summary
Nested types |
|---|
public final class FileOutputOptions.BuilderThe builder of the |
Public methods |
|
|---|---|
boolean |
|
@NonNull File |
getFile()Gets the File instance |
int |
hashCode() |
@NonNull String |
toString() |
Inherited Constants |
||||
|---|---|---|---|---|
|
Inherited methods |
|---|