Examples of OIDRegister


Examples of com.k_int.codec.util.OIDRegister

     * @throws IOException DOCUMENT ME!
     */
    public static void main(String[] args) throws IOException {
        Properties defaults = new Properties();
        Properties props = new Properties(defaults);
        OIDRegister reg = OIDRegister.getRegister();
        Class thisClass = reg.getClass();

        // Load default properties
        try {
            // read from top of any classpath entry
            InputStream is = reg.getClass().getResourceAsStream("/com/k_int/z3950/server/default.props");
            defaults.load(is);
        } catch (Exception e) {
            e.printStackTrace();
        }

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.