trixnity-serverserverapi-model
Toggle table of contents
4.16.6
common
Platform filter
common
Switch theme
Search in API
trixnity-serverserverapi-model
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
?