| 
streamsize (integer type)  | iostream library | 
| cplusplus.com | 
 Integer type to express counts in streams.
 
It is a synonym for one of the signed basic integral types
(typically signed long). It is used to represent the number of characters transerred
in an I/O operation or the size of I/O buffers.
 See also.
 
iostream library