Skip to content

Commit

Permalink
Deprecate cljam.io.util.lsb
Browse files Browse the repository at this point in the history
  • Loading branch information
athos committed Dec 8, 2023
1 parent 4dc3576 commit 41a8d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cljam/io/util/lsb.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(ns cljam.io.util.lsb
"Reading/writing functions of stream and buffer for little-endian data."
{:deprecated true}
(:refer-clojure :exclude [read-string])
(:require [cljam.util :refer [string->bytes]])
(:import [java.io DataInput InputStream DataOutputStream EOFException ByteArrayOutputStream]
Expand Down

0 comments on commit 41a8d8d

Please sign in to comment.