InputStream

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

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.
mark
void mark(int readlimit)
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.
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.
reset
void reset()
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.

Meta