1 package SOFA.SOFAnode.TR;2 3 abstract public class TR2InOutHelper {4 public static SOFA.SOFAnode.TR.TR2InOut 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.TR.TR2InOut value) throws java.io.IOException {9 }10 11 }12