partial stub out of decoder

This commit is contained in:
Henry Schimke
2023-03-27 11:45:26 -05:00
parent d2316408b5
commit 0636a63291
13 changed files with 977 additions and 317 deletions

View File

@@ -116,6 +116,10 @@ impl BitSource {
Ok(result)
}
pub fn peak_bits(&self, numBits: usize) -> Result<u32> {
todo!()
}
/**
* @return number of bits that can be read successfully
*/