public class MemoryOutputStream
extends java.io.OutputStream
Memory
Constructor and Description |
---|
MemoryOutputStream(Memory mem) |
Modifier and Type | Method and Description |
---|---|
int |
position() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public MemoryOutputStream(Memory mem)
Copyright © 2017 The Apache Software Foundation