DEV Community

Clarice Bouwer
Clarice Bouwer

Posted on

How to read all bytes from a resource file in Clojure

(-> "images/something.jpg"
     io/resource
     io/file
     .toPath
     java.nio.file.Files/readAllBytes)
Enter fullscreen mode Exit fullscreen mode

It is important to note that the resource is located in your resources directory so use a path relative to your application or components root directory.

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs