|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlib.io.FractalWriter
public class FractalWriter
Write a representation of the fractal model to an output stream
DataOutputStream
Constructor Summary | |
---|---|
FractalWriter(java.io.OutputStream outstream)
|
Method Summary | |
---|---|
void |
close()
end the stream |
void |
write(FractalModel fmodel)
Write a representation of the fractal model to an output stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FractalWriter(java.io.OutputStream outstream) throws java.io.IOException
outstream
- the stream to write the fractal model to
java.io.IOException
ObjectOutputStream
Method Detail |
---|
public void write(FractalModel fmodel) throws java.io.IOException
fmodel
- the fractal model to write to the stream
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |