mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
partial stub out of decoder
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user