object cpio
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_CPIO")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- cpio
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 C_IRGRP: CUnsignedShort
- Annotations
- @name("scalanative_c_irgrp")
- def C_IROTH: CUnsignedShort
- Annotations
- @name("scalanative_c_iroth")
- def C_IRUSR: CUnsignedShort
- Annotations
- @name("scalanative_c_irusr")
- def C_ISBLK: CUnsignedShort
- Annotations
- @name("scalanative_c_isblk")
- def C_ISCHR: CUnsignedShort
- Annotations
- @name("scalanative_c_ischr")
- def C_ISCTG: CUnsignedShort
- Annotations
- @name("scalanative_c_isctg")
- def C_ISDIR: CUnsignedShort
- Annotations
- @name("scalanative_c_isdir")
- def C_ISFIFO: CUnsignedShort
- Annotations
- @name("scalanative_c_isfifo")
- def C_ISGID: CUnsignedShort
- Annotations
- @name("scalanative_c_isgid")
- def C_ISLNK: CUnsignedShort
- Annotations
- @name("scalanative_c_islnk")
- def C_ISREG: CUnsignedShort
- Annotations
- @name("scalanative_c_isreg")
- def C_ISSOCK: CUnsignedShort
- Annotations
- @name("scalanative_c_issock")
- def C_ISUID: CUnsignedShort
- Annotations
- @name("scalanative_c_isuid")
- def C_ISVTX: CUnsignedShort
- Annotations
- @name("scalanative_c_isvtx")
- def C_IWGRP: CUnsignedShort
- Annotations
- @name("scalanative_c_iwgrp")
- def C_IWOTH: CUnsignedShort
- Annotations
- @name("scalanative_c_iwoth")
- def C_IWUSR: CUnsignedShort
- Annotations
- @name("scalanative_c_iwusr")
- def C_IXGRP: CUnsignedShort
- Annotations
- @name("scalanative_c_ixgrp")
- def C_IXOTH: CUnsignedShort
- Annotations
- @name("scalanative_c_ixoth")
- def C_IXUSR: CUnsignedShort
- Annotations
- @name("scalanative_c_ixusr")
- def MAGIC: CString
- Annotations
- @name("scalanative_magic")
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()