BufferedInputStream

Undocumented in source.

Constructors

this
this(java.io.InputStream.InputStream istr)
Undocumented in source.
this
this(java.io.InputStream.InputStream istr, int size)
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.
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. 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.

Variables

buf
byte[] buf;
Undocumented in source.
count
int count;

The index one greater than the index of the last valid byte in the buffer.

istr
java.io.InputStream.InputStream istr;
Undocumented in source.
marklimit
int marklimit;
Undocumented in source.
markpos
int markpos;
Undocumented in source.
pos
int pos;

The current position in the buffer.

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