Main Page   Modules   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

OsclBinIStream Class Reference
[OSCL Util]

#include <oscl_bin_stream.h>

Inheritance diagram for OsclBinIStream:

OsclBinStream OsclBinIStreamBigEndian OsclBinIStreamLittleEndian

Public Methods

 OsclBinIStream ()
 ~OsclBinIStream ()
uint8 Read_uint8 ()
 This method reads an unsigned short from the stream.

OsclBinIStream & get (int8 *data, int32 size)
 This method reads 'length' number of bytes from the stream and places them in 'data'.


Constructor & Destructor Documentation

OsclBinIStream::OsclBinIStream   [inline]
 

OsclBinIStream::~OsclBinIStream   [inline]
 


Member Function Documentation

OsclBinIStream& OsclBinIStream::get int8 *    data,
int32    size
 

This method reads 'length' number of bytes from the stream and places them in 'data'.

Parameters:
data  is a pointer to the place to store the bytes read
size  is the number of bytes to read

uint8 OsclBinIStream::Read_uint8  
 

This method reads an unsigned short from the stream.

Returns:
Unsigned short read from the stream.


The documentation for this class was generated from the following file:
OSCL API
Posting Version: OPENCORE_20090310