com.holub.life
Interface Storable

All Known Subinterfaces:
Cell.Memento

public interface Storable

All mementos created by the Cells are Storable.


Method Summary
 void flush(OutputStream out)
           
 void load(InputStream in)
           
 

Method Detail

load

void load(InputStream in)
          throws IOException
Throws:
IOException

flush

void flush(OutputStream out)
           throws IOException
Throws:
IOException