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