nextByte property
int
get
nextByte
Implementation
int get nextByte {
if (encryptedCounterBuffer.isEmpty) {
_refill();
}
return encryptedCounterBuffer.removeFirst();
}
int get nextByte {
if (encryptedCounterBuffer.isEmpty) {
_refill();
}
return encryptedCounterBuffer.removeFirst();
}