PushDataBufferDescriptor

data class PushDataBufferDescriptor(    var buffer: ByteArray,     val filename: String,     val filetype: String,     val overwrite: Boolean,     val ttl: Int)

Constructors

Link copied to clipboard
fun PushDataBufferDescriptor(    buffer: ByteArray,     filename: String,     filetype: String,     overwrite: Boolean,     ttl: Int)

Properties

Link copied to clipboard
var buffer: ByteArray
Link copied to clipboard
val filename: String
Link copied to clipboard
val filetype: String
Link copied to clipboard
val overwrite: Boolean
Link copied to clipboard
val ttl: Int