JarFileContent
class JarFileContent(jarFile: File, resourcePath: String, contentType: ContentType) : OutgoingContent.ReadChannelContent
Content copied to clipboard
Represents an OutgoingContent for a resource inside a Jar file
Parameters
jarFile
is an instance of File representing a Jar
resourcePath
is an instance of a resource inside a Jar file
Constructors
Link copied to clipboard
fun JarFileContent(zipFilePath: Path, resourcePath: String, contentType: ContentType)
Content copied to clipboard
Link copied to clipboard
fun JarFileContent(jarFile: File, resourcePath: String, contentType: ContentType)
Content copied to clipboard