1 4 5 package org.objectweb.perseus.fos.api; 6 7 import java.io.ObjectInputStream ; 8 import java.io.ObjectOutputStream ; 9 10 17 public interface FosStructure { 18 25 void readFile(ObjectInputStream ois, FosAccess conn, Object ctxt) throws Exception ; 26 27 34 void writeFile(ObjectOutputStream oos, FosAccess conn, Object ctxt) throws Exception ; 35 } 36 | Popular Tags |