object IzResources
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IzResources
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class FileContent(path: Path, content: Array[Byte]) extends Product with Serializable
- final case class LoadablePathReference(path: Path, fileSystem: FileSystem) extends AutoCloseable with PathReference with Product with Serializable
- sealed trait PathReference extends AnyRef
- final case class RecursiveCopyOutput(files: Seq[Path]) extends Product with Serializable
- sealed trait ResourceLocation extends AnyRef
- final case class UnloadablePathReference(uri: URI) extends PathReference with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(classLoader: ClassLoader): IzResources
- Annotations
- @inline()
- def apply(clazz: Class[_]): IzResources
- Annotations
- @inline()
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getPath(resPath: String): Option[PathReference]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jarResource[C](fileName: String)(implicit arg0: ClassTag[C]): ResourceLocation
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read(fileName: String): Option[InputStream]
- def readAsString(fileName: String): Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toResources(classLoader: ClassLoader): IzResources
- Annotations
- @inline()
- implicit def toResources(clazz: Class[_]): IzResources
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object RecursiveCopyOutput extends Serializable
- object ResourceLocation