<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>96708</integer>
    </number>
    <user>
      <string>zab</string>
    </user>
    <title>
      <string>Idiomatic or not</string>
    </title>
    <contents>
      <string>(def output-stream (ByteArrayOutputStream.))

(defn new-output-stream
  &quot;Need to create a new output stream because calling .hasNext() on the
  iterator discards all data.&quot;
  [input-stream]
  (Streams/copy input-stream output-stream true)
  output-stream)
</string>
    </contents>
    <universal-time>
      <integer>3478153815</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string>None</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>rfg</string>
    </user>
    <title>
      <string>untitled</string>
    </title>
    <contents>
      <string>(defn new-output-stream
  &quot;Need to create a new output stream because calling .hasNext() on the
  iterator discards all data.&quot;
  [input-stream]
  (Streams/copy input-stream (ByteArrayOutputStream.) true)
  output-stream)</string>
    </contents>
    <universal-time>
      <integer>3478154048</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </annotation>
</paste-with-annotations>
