@Internal public final class HWPFOutputStream extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
HWPFOutputStream() |
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
void |
reset() |
void |
write(byte[] buf,
int off,
int len) |
void |
write(int b) |
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
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.