Liking cljdoc? Tell your friends :D

rdf4j.dump


make-default-output-streamclj

(make-default-output-stream file-path)

Prepare Java IO OutputStream for file (java Path) or STDOUT.

Prepare Java IO OutputStream for file (java Path) or STDOUT.
sourceraw docstring

make-io-writercljdeprecated

(make-io-writer file-path)

Prepares Java IO Writer for file (java Path) or STDOUT.

Replaced by make-default-output-stream.

Prepares Java IO Writer for file (java Path) or STDOUT.

Replaced by `make-default-output-stream`.
sourceraw docstring

make-rdf-writerclj

(make-rdf-writer io-writer out-file)

Creates RDFWriter based on file name or TriGWriter by default.

Creates `RDFWriter` based on file name or TriGWriter by default.
sourceraw docstring

trig-supplierclj

source

with-rdf-writercljmacro

(with-rdf-writer binds & body)

binding => rdf-writer out-file.

Wraps low level java writer together with RDFWriter.

The particular instance of RDFWriter depends on the out-file extension or it is TriGWriter by default. If out-file is nil than exeryting is written to the standard output.

binding => rdf-writer out-file.

Wraps low level java writer together with `RDFWriter`.

The particular instance of `RDFWriter` depends on the `out-file` extension or it is `TriGWriter` by default.
If out-file is nil than exeryting is written to the standard output.
sourceraw docstring

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

× close