Skip to content

Instantly share code, notes, and snippets.

Created August 24, 2011 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1167347 to your computer and use it in GitHub Desktop.
Save anonymous/1167347 to your computer and use it in GitHub Desktop.
<amalloy> (doc clojure.java.io/copy)
<lazybot> => "([input output & opts]); Copies input to output. Returns
nil or throws IOException. Input may be an InputStream, Reader, File,
byte[], or String. Output may be an OutputStream, Writer, or File.
Options are key/value pairs and may be one of :buffer-size buffer size
to use, default is 1024. :encoding encoding to use if converting
between byte and char streams. Does not close any streams except those
it opens itself (on a File)."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment