Liking cljdoc? Tell your friends :D

datoteka.proto

A storage abstraction definition.

A storage abstraction definition.
raw docstring

IClearableStoragecljprotocol

-clearclj

(-clear _)

clear all contents of the storage

clear all contents of the storage
source

IContentcljprotocol

-input-streamclj

(-input-stream _)

Coerce to input stream.

Coerce to input stream.
source

IPathcljprotocol

-pathclj

(-path _)

Coerce to path.

Coerce to path.
source

IPublicStoragecljprotocol

-public-uriclj

(-public-uri _ path)

Get a public accessible uri for path.

Get a public accessible uri for path.
source

IStoragecljprotocol

A basic abstraction for storage access.

A basic abstraction for storage access.

-deleteclj

(-delete _ path)

Delete the file by its path.

Delete the file by its path.

-exists?clj

(-exists? _ path)

Check if file exists by path.

Check if file exists by path.

-lookupclj

(-lookup _ path)

Resolves the path to the local filesystem.

Resolves the path to the local filesystem.

-saveclj

(-save _ path content)

Persist the content under specified path.

Persist the content under specified path.
sourceraw docstring

IStorageIntrospectioncljprotocol

-accessed-timeclj

(-accessed-time _ path)

Return the last accessed time of the file.

Return the last accessed time of the file.

-created-timeclj

(-created-time _ path)

Return the creation time of the file.

Return the creation time of the file.

-modified-timeclj

(-modified-time _ path)

Return the last modified time of the file.

Return the last modified time of the file.
source

IUricljprotocol

-uriclj

(-uri _)

Coerce to uri.

Coerce to uri.
source

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

× close