WPILibC++  trunk
Public Member Functions | List of all members
IOStream Class Referenceabstract
Inheritance diagram for IOStream:
Inheritance graph
[legend]

Public Member Functions

virtual int read (void *ptr, int numbytes)=0
 
virtual int write (const void *ptr, int numbytes)=0
 
virtual void flush ()=0
 
virtual void close ()=0
 

Detailed Description

Definition at line 13 of file IOStream.h.


The documentation for this class was generated from the following file: