You certainly should be able to do it using the Java reflection API on the repl.
(.getMethods java.io.InputStream) will get you an array of Methods in InputStream. From there you should be able to get what you want: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/reflect/Method.html This sort of thing might be nice to have in repl-utils: http://code.google.com/p/clojure-contrib/wiki/ReplUtilsApiDoc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---