Liking cljdoc? Tell your friends :D

convex.run.io

Basic IO utilities and STDIO.

Text streams are meant for reading characters (Reader and Writer) while binary streams are meant to handle raw bytes (InputStream and OutputStream).

Basic IO utilities and STDIO.

Text streams are meant for reading characters (`Reader` and `Writer`) while binary streams are meant to handle
raw bytes (`InputStream` and `OutputStream`).
raw docstring

file-inclj

(file-in path)

Opens an input text stream for the file located under path.

Opens an input text stream for the file located under `path`.
sourceraw docstring

file-outclj

(file-out path)

Opens an output text stream for the file located under path.

Opens an output text stream for the file located under `path`.
sourceraw docstring

flushclj

(flush out)

Flushes the given out.

Flushes the given `out`.
sourceraw docstring

newlineclj

(newline out)

Writes a new line to the given text output stream.

Writes a new line to the given text output stream.
sourceraw docstring

stderrclj

File descriptor for STDERR.

File descriptor for STDERR.
sourceraw docstring

stderr-binclj

Binary stream for STDERR.

Binary stream for STDERR.
sourceraw docstring

stderr-txtclj

Text stream for STDERR.

Text stream for STDERR.
sourceraw docstring

stdinclj

File descriptor for STDIN.

File descriptor for STDIN.
sourceraw docstring

stdin-binclj

Binary stream for STDIN.

Binary stream for STDIN.
sourceraw docstring

stdin-txtclj

Text stream for STDIN.

Text stream for STDIN.
sourceraw docstring

stdoutclj

File descriptor for STDOUT.

File descriptor for STDOUT.
sourceraw docstring

stdout-binclj

Binary stream for STDOUT.

Binary stream for STDOUT.
sourceraw docstring

stdout-txtclj

Text stream for STDOUT.

Text stream for STDOUT.
sourceraw docstring

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

× close