Searched defs:decodeObject (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java269 return decodeObject(in);
276 ret = decodeObject(in);
280 private static Message decodeObject(InputStream in) throws IOException { method in class:Message
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java947 return decodeObject(in);
954 ret = decodeObject(in);
958 private static Configuration decodeObject(InputStream in) throws IOException { method in class:Configuration

Completed in 64 milliseconds