FileInputStream

Undocumented in source.

Constructors

this
this(String name)
Undocumented in source.
this
this(java.io.File.File file)
Undocumented in source.

Members

Aliases

read
alias read = java.io.InputStream.InputStream.read
Undocumented in source.

Functions

available
ptrdiff_t available()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
read
int read()
Undocumented in source. Be warned that the author may not have intended to support it.
skip
long skip(long n)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From InputStream

read
int read()
Undocumented in source.
read
int read(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
read
ptrdiff_t read(byte[] b, ptrdiff_t off, ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
long skip(long n)
Undocumented in source. Be warned that the author may not have intended to support it.
available
ptrdiff_t available()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
mark
void mark(int readlimit)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
markSupported
bool markSupported()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta