499500501502503504505506
// Inherit javadoc. public void exportNode(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefs(); }
508509510511512513514515
// Inherit javadoc. public void exportSubtree(OutputStream os) throws BackingStoreException, IOException { NodeWriter nodeWriter = new NodeWriter(this, os); nodeWriter.writePrefsTree(); }