java.io.Closeable
, java.io.Flushable
, java.lang.AutoCloseable
@Internal public final class HWPFOutputStream extends java.io.ByteArrayOutputStream
Constructor | Description |
---|---|
HWPFOutputStream() |
Modifier and Type | Method | Description |
---|---|---|
int |
getOffset() |
|
void |
reset() |
|
void |
write(byte[] buf,
int off,
int len) |
|
void |
write(int b) |
close, size, toByteArray, toString, toString, toString, toString, writeTo
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 2018 The Apache Software Foundation or its licensors, as applicable.