247248249250251252253254255
} } public void load(InputStream in) throws IOException { BufferedInputStream is = new BufferedInputStream(in); Utf8Properties props = new Utf8Properties(); props.load(is); load(props); }