toggle menu
trixnity-serverserverapi-model
4.7.0
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
Media
/
Stream
Stream
data
class
Stream
(
val
content
:
ByteReadChannel
,
val
contentLength
:
Long
?
,
val
contentType
:
ContentType
?
,
val
contentDisposition
:
ContentDisposition
?
)
:
Media
Members
Constructors
Stream
Link copied to clipboard
constructor
(
content
:
ByteReadChannel
,
contentLength
:
Long
?
,
contentType
:
ContentType
?
,
contentDisposition
:
ContentDisposition
?
)
Properties
content
Link copied to clipboard
val
content
:
ByteReadChannel
content
Disposition
Link copied to clipboard
val
contentDisposition
:
ContentDisposition
?
content
Length
Link copied to clipboard
val
contentLength
:
Long
?
content
Type
Link copied to clipboard
val
contentType
:
ContentType
?