MCPcopy Create free account
hub / github.com/Traneptora/jxlatte / Bitreader

Method Bitreader

java/com/traneptora/jxlatte/io/Bitreader.java:16–18  ·  view source on GitHub ↗
(InputStream in)

Source from the content-addressed store, hash-verified

14 private long bitsRead = 0;
15
16 public Bitreader(InputStream in) {
17 this.in = in;
18 }
19
20 @Override
21 public int read(byte[] buffer) throws IOException {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected