public class BAAInputStream extends InputStream
Constructor and Description |
---|
BAAInputStream(ArrayList data,
int size) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
void |
reset() |
void |
writeTo(OutputStream os)
Write all of the buffers to the output stream
|
close, skip
public BAAInputStream(ArrayList data, int size)
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public void mark(int readlimit)
mark
in class InputStream
public boolean markSupported()
markSupported
in class InputStream
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public void reset() throws IOException
reset
in class InputStream
IOException
public void writeTo(OutputStream os) throws IOException
os
- IOException
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.