Clojure. (def ^:dynamic chunk-size 17) (defn next-chunk [rdr] (let [buf (char-array chunk-size) s (.read rdr buf)] (when (pos? s) (java.nio.
確定! 回上一頁