public class MultiArrayOutputStream extends OutputStream
| Constructor and Description |
|---|
MultiArrayOutputStream(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getBuffers() |
int |
getCount() |
int |
getIndex() |
void |
reset(int newIndex) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeTo(DataOutput out) |
close, flush, writepublic void reset(int newIndex)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void writeTo(DataOutput out) throws IOException
IOExceptionpublic int getCount()
public byte[][] getBuffers()
public int getIndex()
Copyright © 2018 JBoss by Red Hat. All rights reserved.