public class MemOutputStream extends FastOutputStream
Modifier and Type | Field and Description |
---|---|
List<byte[]> |
buffers |
buf, out, pos, written
Constructor and Description |
---|
MemOutputStream(byte[] tempBuffer) |
Modifier and Type | Method and Description |
---|---|
void |
flush(byte[] arr,
int offset,
int len) |
void |
writeAll(FastOutputStream fos) |
close, flush, flushBuffer, reserve, setWritten, size, wrap, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF, written
public List<byte[]> buffers
public void flush(byte[] arr, int offset, int len) throws IOException
flush
in class FastOutputStream
IOException
public void writeAll(FastOutputStream fos) throws IOException
IOException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.