object cpio

Annotations
@extern() @define("__SCALANATIVE_POSIX_CPIO")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cpio
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def C_IRGRP: CUnsignedShort
    Annotations
    @name("scalanative_c_irgrp")
  5. def C_IROTH: CUnsignedShort
    Annotations
    @name("scalanative_c_iroth")
  6. def C_IRUSR: CUnsignedShort
    Annotations
    @name("scalanative_c_irusr")
  7. def C_ISBLK: CUnsignedShort
    Annotations
    @name("scalanative_c_isblk")
  8. def C_ISCHR: CUnsignedShort
    Annotations
    @name("scalanative_c_ischr")
  9. def C_ISCTG: CUnsignedShort
    Annotations
    @name("scalanative_c_isctg")
  10. def C_ISDIR: CUnsignedShort
    Annotations
    @name("scalanative_c_isdir")
  11. def C_ISFIFO: CUnsignedShort
    Annotations
    @name("scalanative_c_isfifo")
  12. def C_ISGID: CUnsignedShort
    Annotations
    @name("scalanative_c_isgid")
  13. def C_ISLNK: CUnsignedShort
    Annotations
    @name("scalanative_c_islnk")
  14. def C_ISREG: CUnsignedShort
    Annotations
    @name("scalanative_c_isreg")
  15. def C_ISSOCK: CUnsignedShort
    Annotations
    @name("scalanative_c_issock")
  16. def C_ISUID: CUnsignedShort
    Annotations
    @name("scalanative_c_isuid")
  17. def C_ISVTX: CUnsignedShort
    Annotations
    @name("scalanative_c_isvtx")
  18. def C_IWGRP: CUnsignedShort
    Annotations
    @name("scalanative_c_iwgrp")
  19. def C_IWOTH: CUnsignedShort
    Annotations
    @name("scalanative_c_iwoth")
  20. def C_IWUSR: CUnsignedShort
    Annotations
    @name("scalanative_c_iwusr")
  21. def C_IXGRP: CUnsignedShort
    Annotations
    @name("scalanative_c_ixgrp")
  22. def C_IXOTH: CUnsignedShort
    Annotations
    @name("scalanative_c_ixoth")
  23. def C_IXUSR: CUnsignedShort
    Annotations
    @name("scalanative_c_ixusr")
  24. def MAGIC: CString
    Annotations
    @name("scalanative_magic")
  25. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped