In file SerialUtils.hh: An interface for an input stream
Inheritance:
Public Methods
-
virtual void read(void* buf, size_t len) = 0
- Reads len bytes from the stream into the buffer.
-
virtual ~InStream()
Documentation
An interface for an input stream
virtual void read(void* buf, size_t len) = 0
-
Reads len bytes from the stream into the buffer.
- Parameters:
- buf - the buffer to read into
buflen - the length of the buffer
@throws Error if there are problems reading
virtual ~InStream()
- Direct child classes:
- StringInStream
FileInStream
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.