class JarFileContent : ReadChannelContent
Represents an OutgoingContent for a resource inside a Jar file
jarFile
- is an instance of File representing a Jar
resourcePath
- is an instance of a resource inside a Jar file
JarFileContent(zipFilePath: Path, resourcePath: String, contentType: ContentType) JarFileContent(jarFile: File, resourcePath: String, contentType: ContentType)
Represents an OutgoingContent for a resource inside a Jar file |
val contentLength: Long? |
|
val contentType: ContentType |
|
val isFile: Boolean |
|
val jarFile: File
is an instance of File representing a Jar |
|
val resourcePath: String
is an instance of a resource inside a Jar file |
fun readFrom(): ByteReadChannel |
val OutgoingContent.
Retrieves LastModified and ETag versions from this OutgoingContent headers |