Entry

inner class Entry(    val name: String,     val size: Long,     val getContent: suspend () -> AsyncInputStreamWithLength,     val fileName: String? = null,     val contentType: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, size: Long, getContent: suspend () -> AsyncInputStreamWithLength, fileName: String? = null, contentType: String? = null)

Properties

Link copied to clipboard
val contentType: String? = null
Link copied to clipboard
val fileName: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long