Class Inx_Apiimpl_Core_RemoteInputStream

Description

RemoteInputStream <P>Copyright (c) 2005 Inxmail GmbH.

RemoteInputStream Copyright (c) 2005 Inxmail GmbH. All Rights Reserved.

  • version: $Revision: 4685 $ $Date: 2006-09-19 12:23:02 +0000 (Di, 19 Sep 2006) $ $Author: bgn $

Located in /Apiimpl/Core/RemoteInputStream.php (line 9)

Inx_Api_InputStream
   |
   --Inx_Apiimpl_Core_RemoteInputStream
Variable Summary
boolean $_blClosed
int $_iPos
RemoteRef $_oRemoteRef
CoreService $_oService
string $_sBuf
Method Summary
Inx_Apiimpl_Core_RemoteInputStream __construct (Inx_Apiimpl_RemoteRef $oRemoteRef)
void close ()
void multiRead ( &$sB, [ $iOff = null], [ $iLen = null])
unknown read ([ $sB = null], [ $iOff = null], [ $iLen = null])
Variables
boolean $_blClosed = false (line 31)

Enter description here.

Enter description here...

  • access: protected
int $_iPos (line 46)

The current position in the buffer. character to be read from the

  1. buf
array.

The current position in the buffer. This is the index of the next character to be read from the

  1. buf
array.

  • access: protected
RemoteRef $_oRemoteRef (line 17)

Enter description here.

Enter description here...

  • access: protected
CoreService $_oService (line 24)

Enter description here.

Enter description here...

  • access: protected
string $_sBuf = '' (line 38)

The internal buffer where the data is stored.

The internal buffer where the data is stored.

  • var: buffer returned from the service
  • access: protected
Methods
Constructor __construct (line 53)

Enter description here.

Enter description here...

  • access: public
Inx_Apiimpl_Core_RemoteInputStream __construct (Inx_Apiimpl_RemoteRef $oRemoteRef)
close (line 171)
  • throws: Inx_Api_IOException
  • access: public
void close ()

Redefinition of:
Inx_Api_InputStream::close()
multiRead (line 84)
  • access: public
void multiRead ( &$sB, [ $iOff = null], [ $iLen = null])
  • &$sB
  • $iOff
  • $iLen
read (line 120)

Enter description here.

Enter description here...

  • return: throws IOException, Inx_Api_IndexOutOfBoundsException
  • access: public
unknown read ([ $sB = null], [ $iOff = null], [ $iLen = null])
  • $sB
  • $iOff
  • $iLen

Redefinition of:
Inx_Api_InputStream::read()

Inherited Methods

Inherited From Inx_Api_InputStream

Inx_Api_InputStream::close()
Inx_Api_InputStream::read()

Documentation generated on Thu, 17 Sep 2015 14:27:28 +0200 by phpDocumentor 1.3.2