|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectostore.util.OutputBufferImpl
bamboo.util.StreamOutputBuffer
public class StreamOutputBuffer
Wraps a java.io.OutputStream in the ostore.util.OutputBuffer interface.
| Field Summary | |
|---|---|
LinkedList |
errors
|
OutputStream |
os
|
| Constructor Summary | |
|---|---|
StreamOutputBuffer(OutputStream o)
|
|
| Method Summary | |
|---|---|
void |
add(byte value)
|
void |
add(byte[] value,
int offset,
int length)
|
protected void |
error(IOException e)
|
| Methods inherited from class ostore.util.OutputBufferImpl |
|---|
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public OutputStream os
public LinkedList errors
| Constructor Detail |
|---|
public StreamOutputBuffer(OutputStream o)
| Method Detail |
|---|
public void add(byte[] value,
int offset,
int length)
add in interface ostore.util.OutputBufferadd in class ostore.util.OutputBufferImplpublic void add(byte value)
add in interface ostore.util.OutputBufferadd in class ostore.util.OutputBufferImplprotected void error(IOException e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||