FileInfo

class FileInfo

Constructors

Link copied to clipboard
constructor(@NotNull stream: @NotNull InputStream)
constructor(@NotNull stream: @NotNull InputStream, @Nullable mimeType: @Nullable String)

Properties

Link copied to clipboard
@Nullable
@get:Nullable
val mimeType: @Nullable String
Link copied to clipboard
@NotNull
@get:NotNull
val stream: @NotNull InputStream