Utility functions for handling I/O.
Utility functions for handling I/O.
(read-all-bytes input)
(read-all-bytes input charset)
Reads string from input stream. If charset
is not specified or nil
then
UTF-8 is used.
Reads string from input stream. If `charset` is not specified or `nil` then UTF-8 is used.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close