public BaseFileIOProcessor
Represents base file IO operations
boolean getUseEncryption()
void write(@NotNull
kotlin.Array[] byteArray,
@NotNull
java.io.File destination)
@Nullable
kotlin.Array[] read(@NotNull
java.io.File source)
void copyRaw(@NotNull
java.io.File source,
@NotNull
java.io.File destination)
Creates a raw copy of the source file to the destination file
IOException - in case of IO operation problemssource,
destination@Nullable
java.io.OutputStream openFileOutputStream(@NotNull
java.io.File destinationFile)
Returns OutputStream for the destination file
IOException - in case of IO operation problemsGeneralSecurityException - in case of any security-related problems@Nullable
java.io.InputStream openFileInputStream(@NotNull
java.io.File sourceFile)
Returns OutputStream for the source file
IOException - in case of IO operation problemsGeneralSecurityException - in case of any security-related problems