Get the length of the remaining data after Base64 decoding. Decreases every time data is decoded.
(&self)
| 186 | /// |
| 187 | /// Decreases every time data is decoded. |
| 188 | pub fn remaining_len(&self) -> usize { |
| 189 | self.remaining_len |
| 190 | } |
| 191 | |
| 192 | /// Has all of the input data been decoded? |
| 193 | pub fn is_finished(&self) -> bool { |
no outgoing calls
no test coverage detected