trait BigIntStats extends Object with IStats[BigInt, BigInt]
fs.Stats (Stat Time Values) - Objects returned from fs.stat(), fs.lstat() and fs.fstat() and their synchronous counterparts are of this type.
- Annotations
- @JSType() @native()
BigIntStats { dev: 2114n, ino: 48064969n, mode: 33188n, nlink: 1n, uid: 85n, gid: 100n, rdev: 0n, size: 527n, blksize: 4096n, blocks: 8n, atimeMs: 1318289051000n, mtimeMs: 1318289051000n, ctimeMs: 1318289051000n, birthtimeMs: 1318289051000n, atimeNs: 1318289051000000000n, mtimeNs: 1318289051000000000n, ctimeNs: 1318289051000000000n, birthtimeNs: 1318289051000000000n, atime: Mon, 10 Oct 2011 23:24:11 GMT, mtime: Mon, 10 Oct 2011 23:24:11 GMT, ctime: Mon, 10 Oct 2011 23:24:11 GMT, birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
- Since
0.1.21
- Alphabetic
- By Inheritance
- BigIntStats
- IStats
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atime: Date
"Access Time" - Time when file data last accessed.
"Access Time" - Time when file data last accessed. Changed by the mknod(2), utimes(2), and read(2) system calls.
- Definition Classes
- IStats
- def atimeMs: BigInt
- Definition Classes
- IStats
- def atimeNs: BigInt
- def birthtime: Date
"Birth Time" - Time of file creation.
"Birth Time" - Time of file creation. Set once when the file is created. On filesystems where birthtime is not available, this field may instead hold either the ctime or 1970-01-01T00:00Z (ie, unix epoch timestamp 0). Note that this value may be greater than atime or mtime in this case. On Darwin and other FreeBSD variants, also set if the atime is explicitly set to an earlier value than the current birthtime using the utimes(2) system call.
- Definition Classes
- IStats
- def birthtimeMs: BigInt
- Definition Classes
- IStats
- def birthtimeNs: BigInt
- def blksize: BigInt
- Definition Classes
- IStats
- def blocks: BigInt
- Definition Classes
- IStats
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def ctime: Date
"Change Time" - Time when file status was last changed (inode data modification).
"Change Time" - Time when file status was last changed (inode data modification). Changed by the chmod(2), chown(2), link(2), mknod(2), rename(2), unlink(2), utimes(2), read(2), and write(2) system calls.
- Definition Classes
- IStats
- def ctimeMs: BigInt
- Definition Classes
- IStats
- def ctimeNs: BigInt
- def dev: BigInt
- Definition Classes
- IStats
- 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 gid: BigInt
- Definition Classes
- IStats
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ino: BigInt
- Definition Classes
- IStats
- def isBlockDevice(): Boolean
- Definition Classes
- IStats
- def isCharacterDevice(): Boolean
- Definition Classes
- IStats
- def isDirectory(): Boolean
- Definition Classes
- IStats
- def isFIFO(): Boolean
- Definition Classes
- IStats
- def isFile(): Boolean
- Definition Classes
- IStats
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def isSocket(): Boolean
- Definition Classes
- IStats
- def isSymbolicLink(): Boolean
(only valid with fs.lstat())
(only valid with fs.lstat())
- Definition Classes
- IStats
- def mode: BigInt
- Definition Classes
- IStats
- def mtime: Date
"Modified Time" - Time when file data last modified.
"Modified Time" - Time when file data last modified. Changed by the mknod(2), utimes(2), and write(2) system calls.
- Definition Classes
- IStats
- def mtimeMs: BigInt
- Definition Classes
- IStats
- def mtimeNs: BigInt
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nlink: BigInt
- Definition Classes
- IStats
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def rdev: BigInt
- Definition Classes
- IStats
- def size: BigInt
- Definition Classes
- IStats
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def uid: BigInt
- Definition Classes
- IStats
- def valueOf(): Any
- Definition Classes
- Object
- 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()