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