Class Inx_Api_InputStream

Description

This abstract class is the superclass of all classes representing an input stream of bytes.

This abstract class is the superclass of all classes representing an input stream of bytes. Subclasses of InputStream must always provide a method that returns the next byte of input as well as a method used to close the stream.

  • abstract:

Located in /Api/InputStream.php (line 12)


	
			
Direct descendents
Class Description
Inx_Apiimpl_Core_RemoteInputStream RemoteInputStream <P>Copyright (c) 2005 Inxmail GmbH.
Method Summary
void close ()
void read ()
Methods
close (line 15)
  • abstract:
  • access: public
void close ()

Redefined in descendants as:
read (line 14)
  • abstract:
  • access: public
void read ()

Redefined in descendants as:

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