Liking cljdoc? Tell your friends :D

toyokumo.commons.io


excluding-bom-readerclj

(excluding-bom-reader in & opts)

Inputs: [in & opts] Returns: Reader

Make a reader that detect and exclude a UTF-8 BOM

in - InputStream or something to make InputStream from opts - same options as clojure.java.io/IOFactory

General usage: (excluding-bom-reader file :encoding :utf-8)

Inputs: [in & opts]
Returns: Reader

Make a reader that detect and exclude a UTF-8 BOM

in   - InputStream or something to make InputStream from
opts - same options as clojure.java.io/IOFactory

General usage:
  (excluding-bom-reader file :encoding :utf-8)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close