ByteArrayInputStream

Undocumented in source.

Constructors

this
this(byte[] aBuf)
Undocumented in source.
this
this(byte[] aBuf, int offset, int length_ESCAPE)
Undocumented in source.

Members

Aliases

available
alias available = java.io.InputStream.InputStream.available
Undocumented in source.
close
alias close = java.io.InputStream.InputStream.close
Undocumented in source.
mark
alias mark = java.io.InputStream.InputStream.mark
Undocumented in source.
markSupported
alias markSupported = java.io.InputStream.InputStream.markSupported
Undocumented in source.
read
alias read = java.io.InputStream.InputStream.read
Undocumented in source.
reset
alias reset = java.io.InputStream.InputStream.reset
Undocumented in source.
skip
alias skip = java.io.InputStream.InputStream.skip
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 readAheadLimit)
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.
fld_mark
int fld_mark;
Undocumented in source.
pos
int pos;
Undocumented in source.

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