1 package SOFA.SOFAnode.InOut; 2 3 abstract public class InOut2InOutHelper { 4 public static SOFA.SOFAnode.InOut.InOut2InOut read(cz.cuni.sofa.lib.InputStream istream) throws java.io.IOException { 5 return null; 6 } 7 8 public static void write(cz.cuni.sofa.lib.OutputStream ostream, SOFA.SOFAnode.InOut.InOut2InOut value) throws java.io.IOException { 9 } 10 11 } 12 | Popular Tags |