|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.OutputStream java.io.ByteArrayOutputStream org.apache.poi.hwpf.model.io.HWPFOutputStream
@Internal public final class HWPFOutputStream
Field Summary |
---|
Fields inherited from class java.io.ByteArrayOutputStream |
---|
buf, count |
Constructor Summary | |
---|---|
HWPFOutputStream()
|
Method Summary | |
---|---|
int |
getOffset()
|
void |
reset()
|
void |
write(byte[] buf,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.ByteArrayOutputStream |
---|
close, size, toByteArray, toString, toString, toString, writeTo |
Methods inherited from class java.io.OutputStream |
---|
flush, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HWPFOutputStream()
Method Detail |
---|
public int getOffset()
public void reset()
reset
in class java.io.ByteArrayOutputStream
public void write(byte[] buf, int off, int len)
write
in class java.io.ByteArrayOutputStream
public void write(int b)
write
in class java.io.ByteArrayOutputStream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |