bool get(char &c) bool get(signed char &c) bool get(unsigned char &c)
Gets the next byte off of the stream and assigns its value to the parameter c. Returns whether or not the byte read equals EOF.
c
EOF