Help for this page

Select Code to Download


  1. or download this
    # Get next Encoded Integer from Stream and remove it
    sub NextENCINT {
    ...
            return $wBytes[0];
        }
    }