Liking cljdoc? Tell your friends :D

framed.std.serialization

Utilities for reading/writing formatted data to disk

In general: reader-like - Anything that can be coerced to an open java.io.Reader using clojure.java.io/reader

writer-like - Anything that can be coerced to an open java.io.Writer using clojure.java.io/writer

istream-like - Anything that can be coerced to an open java.io.InputStream using clojure.java.io/input-stream

ostream-like - Anything that can be coerced to an open java.io.OutputStream using clojure.java.io/output-stream

Utilities for reading/writing formatted data to disk

In general:
  reader-like - Anything that can be coerced to an open java.io.Reader
                using clojure.java.io/reader

  writer-like - Anything that can be coerced to an open java.io.Writer
                using clojure.java.io/writer

  istream-like - Anything that can be coerced to an open java.io.InputStream
                 using clojure.java.io/input-stream

  ostream-like - Anything that can be coerced to an open java.io.OutputStream
                 using clojure.java.io/output-stream
raw docstring

framed.std.time

Date/time utilities on top of JodaTime/clj-time and goog.date/cljs-time

Date/time utilities on top of JodaTime/clj-time and goog.date/cljs-time
raw docstring

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

× close