Here you can find the source of getClobStorage(Preferences prefs, String key)
private static Preferences getClobStorage(Preferences prefs, String key)
//package com.java2s; // modify it under the terms of the GNU Lesser General Public License import java.util.prefs.Preferences; public class Main { private static Preferences getClobStorage(Preferences prefs, String key) { return prefs.node(key + "_clob"); }//from www. ja v a 2 s .co m }