Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 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)