countUnclaimedBytes method
int countUnclaimedBytes ()
Implementation
int
countUnclaimedBytes
()
{
return
data
.
lengthInBytes
-
_nextOffset
;
}