toggle menu
KotlinInside
1.16.0
jvm
switch theme
search in API
KotlinInside
/
be.zvz.kotlininside.http
/
HttpInterface
/
Option
/
FileInfo
File
Info
class
FileInfo
Members
Constructors
File
Info
Link copied to clipboard
constructor
(
@
NotNull
stream
:
@
NotNull
InputStream
)
constructor
(
@
NotNull
stream
:
@
NotNull
InputStream
,
@
Nullable
mimeType
:
@
Nullable
String
)
Properties
mime
Type
Link copied to clipboard
@
Nullable
@get:
Nullable
val
mimeType
:
@
Nullable
String
stream
Link copied to clipboard
@
NotNull
@get:
NotNull
val
stream
:
@
NotNull
InputStream