public class MemoryOutputStream extends OutputStream
MemoryChunk| Modifier and Type | Method and Description |
|---|---|
MemoryInputStream |
convert()
converts this output stream to an input-stream so that the saved data can be read.
|
static void |
internal_test()
testbench.
|
boolean |
load(String name)
load the contents of a file.
|
boolean |
save(String name)
save the contents of this stream to a file.
|
void |
write(int b)
write a single byte.
|
close, flush, write, writepublic void write(int b)
write in class OutputStreampublic MemoryInputStream convert()
NOTE: after calling this function, the object will become invalid and cannot be used anymore!
public boolean load(String name)
save(java.lang.String)public boolean save(String name)
load(java.lang.String)public static void internal_test()
This file is a part of the JDD package, a native Java Binary Decision Diagram Library.