net.sf.lucis.core
Interface Checkpoint<T>


public interface Checkpoint<T>


Method Summary
 T read(InputStream input)
           
 void write(T checkpoint, OutputStream output)
           
 

Method Detail

read

T read(InputStream input)
       throws IOException
Throws:
IOException

write

void write(T checkpoint,
           OutputStream output)
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.