All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.ClassPathResource.scala Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package skinny

import java.io.InputStream

/**
 * Resource loaded from class path.
 *
 * @param stream input stream
 * @param lastModified last modified millis
 */
case class ClassPathResource(stream: InputStream, lastModified: Long)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy