explicit basic_ostream(basic_streambuf<E, T> *sb);
The constructor initializes the base class by calling init(sb).
init
(sb)