Liking cljdoc? Tell your friends :D

rksm.system-files.jar.File

File abstraction that points to a jar entry. More convenient to use than with specific jar / jar entry handling. Also, interfaces that expect dealing with files (like cljs.analyzer) can transparently use the jar.File without creating temp files.

File abstraction that points to a jar entry. More convenient to use
than with specific jar / jar entry handling. Also, interfaces that expect
dealing with files (like cljs.analyzer) can transparently use the jar.File
without creating temp files.
raw docstring

-canReadclj

(-canRead this)
source

-canWriteclj

(-canWrite this)
source

-existsclj

(-exists this)
source

-getAbsoluteFileclj

(-getAbsoluteFile this)
source

-getAbsolutePathclj

(-getAbsolutePath this)
source

-getCanonicalFileclj

(-getCanonicalFile this)
source

-getCanonicalPathclj

(-getCanonicalPath this)
source

-getJarclj

(-getJar this)
source

-getJarEntryclj

(-getJarEntry this)
source

-getJarURLStringclj

(-getJarURLString this)
source

-initclj

(-init path)
(-init file-path path-in-jar)
source

-toURLclj

(-toURL this)
source

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

× close