object stdio
- Annotations
- @extern()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stdio
- 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 BUFSIZ: CUnsignedInt
- Annotations
- @name("scalanative_bufsiz")
- def EOF: CInt
- Annotations
- @name("scalanative_eof")
- def FILENAME_MAX: CUnsignedInt
- Annotations
- @name("scalanative_filename_max")
- def FOPEN_MAX: CUnsignedInt
- Annotations
- @name("scalanative_fopen_max")
- def L_tmpnam: CUnsignedInt
- Annotations
- @name("scalanative_l_tmpnam")
- def SEEK_CUR: CInt
- Annotations
- @name("scalanative_seek_cur")
- def SEEK_END: CInt
- Annotations
- @name("scalanative_seek_end")
- def SEEK_SET: CInt
- Annotations
- @name("scalanative_seek_set")
- def TMP_MAX: CUnsignedInt
- Annotations
- @name("scalanative_tmp_max")
- def _IOFBF: CInt
- Annotations
- @name("scalanative_iofbf")
- def _IOLBF: CInt
- Annotations
- @name("scalanative_iolbf")
- def _IONBF: CInt
- Annotations
- @name("scalanative_ionbf")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearerr(stream: Ptr[FILE]): Unit
- 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 fclose(stream: Ptr[FILE]): CInt
- def feof(stream: Ptr[FILE]): CInt
- def ferror(stream: Ptr[FILE]): CInt
- def fflush(stream: Ptr[FILE]): CInt
- def fgetc(stream: Ptr[FILE]): CInt
- def fgetpos(stream: Ptr[FILE], pos: Ptr[fpos_t]): CInt
- def fgets(str: CString, count: CInt, stream: Ptr[FILE]): CString
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fopen(filename: CString, mode: CString): Ptr[FILE]
- def fputc(ch: CInt, stream: Ptr[FILE]): CInt
- def fputs(str: CString, stream: Ptr[FILE]): CInt
- def fread(buffer: Ptr[Byte], size: CSize, count: CSize, stream: Ptr[FILE]): CSize
- def fseek(stream: Ptr[FILE], offset: CLong, origin: CInt): CInt
- def fsetpos(stream: Ptr[FILE], pos: Ptr[fpos_t]): CInt
- def ftell(stream: Ptr[FILE]): CLong
- def fwide(stream: Ptr[FILE], mode: CInt): CInt
- def fwrite(buffer: Ptr[Byte], size: CSize, count: CSize, stream: Ptr[FILE]): CSize
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getc(stream: Ptr[FILE]): CInt
- def getchar(): CInt
- def gets(str: CString): CString
- 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()
- def perror(str: CString): Unit
- def putc(ch: CInt, stream: Ptr[FILE]): CInt
- def putchar(ch: CInt): CInt
- def puts(str: CString): CInt
- def remove(fname: CString): CInt
- def rename(oldFileName: CString, newFileName: CString): CInt
- def rewind(stream: Ptr[FILE]): Unit
- def setbuf(stream: Ptr[FILE], buffer: Ptr[CChar]): Unit
- def setvbuf(stream: Ptr[FILE], buffer: Ptr[CChar], mode: CInt, size: CSize): CInt
- def stderr: Ptr[FILE]
- Annotations
- @name("scalanative_stderr")
- def stdin: Ptr[FILE]
- Annotations
- @name("scalanative_stdin")
- def stdout: Ptr[FILE]
- Annotations
- @name("scalanative_stdout")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tmpfile(): Ptr[FILE]
- def tmpnam(fileName: CString): CString
- def toString(): String
- Definition Classes
- AnyRef → Any
- def ungetc(ch: CInt, stream: Ptr[FILE]): CInt
- def vfprintf(stream: Ptr[FILE], format: CString, valist: CVarArgList): CInt
- def vfscanf(stream: Ptr[FILE], format: CString, valist: CVarArgList): CInt
- def vprintf(format: CString, valist: CVarArgList): CInt
- def vscanf(format: CString, valist: CVarArgList): CInt
- def vsnprintf(buffer: CString, bufsz: CInt, format: CString, valist: CVarArgList): CInt
- def vsprintf(buffer: CString, format: CString, valist: CVarArgList): CInt
- def vsscanf(buffer: CString, format: CString, valist: CVarArgList): CInt
- 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()