mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
datamatrix decoder (few tests)
This commit is contained in:
@@ -166,6 +166,12 @@ impl ECIStringBuilder {
|
||||
pub fn is_empty(&self) -> bool {
|
||||
return self.current_bytes.is_empty() && self.result.is_empty();
|
||||
}
|
||||
|
||||
pub fn build_result(mut self) -> Self {
|
||||
self.encodeCurrentBytesIfAny();
|
||||
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
impl fmt::Display for ECIStringBuilder {
|
||||
|
||||
Reference in New Issue
Block a user