\hypertarget{stream__reader_8c}{ \section{src/interface/stream\_\-reader.c File Reference} \label{stream__reader_8c}\index{src/interface/stream\_\-reader.c@{src/interface/stream\_\-reader.c}} } {\ttfamily \#include \char`\"{}class.h\char`\"{}}\par {\ttfamily \#include \char`\"{}interface/stream\_\-reader.h\char`\"{}}\par Include dependency graph for stream\_\-reader.c: \subsection*{Functions} \begin{DoxyCompactItemize} \item size\_\-t \hyperlink{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40}{streamReaderRead} (void $\ast$object, int fd) \end{DoxyCompactItemize} \subsection{Function Documentation} \hypertarget{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40}{ \index{stream\_\-reader.c@{stream\_\-reader.c}!streamReaderRead@{streamReaderRead}} \index{streamReaderRead@{streamReaderRead}!stream_reader.c@{stream\_\-reader.c}} \subsubsection[{streamReaderRead}]{\setlength{\rightskip}{0pt plus 5cm}size\_\-t streamReaderRead ( \begin{DoxyParamCaption} \item[{void $\ast$}]{object, } \item[{int}]{fd} \end{DoxyParamCaption} )}} \label{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40} Definition at line 10 of file stream\_\-reader.c. \begin{DoxyCode} { size_t ret; RETCALL(object, StreamReader, read, ret, fd); return ret; } \end{DoxyCode}