(InputStream in)
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected