def streamTo(self, *args): """ streamTo(InputStream self, OutputStream & soi, sys::SSize_T numBytes) -> sys::SSize_T streamTo(InputStream self, OutputStream & soi) -> sys::SSize_T """ return _coda_io.InputStream_streamTo(self, *args)
def streamTo(self, *args) -> "sys::SSize_T": r"""streamTo(InputStream self, OutputStream & soi, sys::SSize_T numBytes=IS_END) -> sys::SSize_T""" return _coda_io.InputStream_streamTo(self, *args)