Disposes this
StreamPrintService
.
If a stream service cannot be re-used, it must be disposed
to indicate this. Typically the client will call this method.
Services which write data which cannot meaningfully be appended to
may also dispose the stream. This does not close the stream. It
just marks it as not for further use by this service.