public class MemoryOutputStream extends java.io.OutputStream
Memory
MemoryOutputStream(Memory mem)
int
position()
void
write(byte[] b, int off, int len)
write(int b)
close, flush, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MemoryOutputStream(Memory mem)
public void write(int b)
write
java.io.OutputStream
public void write(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
public int position()
Copyright © 2013 The Apache Software Foundation