|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectostore.util.InputBufferImpl
bamboo.util.StreamInputBuffer
public class StreamInputBuffer
Wraps a java.io.InputStream in the ostore.util.InputBuffer interface.
| Field Summary | |
|---|---|
LinkedList |
errors
|
InputStream |
is
|
| Constructor Summary | |
|---|---|
StreamInputBuffer(InputStream i)
|
|
| Method Summary | |
|---|---|
protected void |
error(IOException e)
|
byte |
nextByte()
|
void |
nextBytes(byte[] output,
int offset,
int length)
|
void |
nextBytes(ostore.util.OutputBuffer buffer)
|
void |
skipBytes(int length)
|
ostore.util.InputBuffer |
subBuffer(int length)
|
| Methods inherited from class ostore.util.InputBufferImpl |
|---|
clone, nextBigInteger, nextBigInteger, nextBoolean, nextBoolean, nextDouble, nextDouble, nextInt, nextInt, nextLong, nextLong, nextObject, nextObject, nextShort, nextShort, nextString, nextString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public InputStream is
public LinkedList errors
| Constructor Detail |
|---|
public StreamInputBuffer(InputStream i)
| Method Detail |
|---|
public byte nextByte()
public void nextBytes(byte[] output,
int offset,
int length)
public void nextBytes(ostore.util.OutputBuffer buffer)
public void skipBytes(int length)
public ostore.util.InputBuffer subBuffer(int length)
protected void error(IOException e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||