dcl.old.net
Class HttpInputStream
Object
|
+--InputStream
|
+--HttpInputStream
in HttpStream.h
- class HttpInputStream
- extends InputStream
Method Summary |
virtual bool |
eof() const
|
virtual size_t |
read( void* p, size_t n )
|
virtual String |
readLine()
|
m_bEof
protected bool m_bEof;
m_pCtx
protected HttpServletContext* m_pCtx;
HttpInputStream
public HttpInputStream( HttpServletContext* pCtx );
eof
public virtual bool eof() const throw( IOException* );
read
public virtual size_t read( void* p, size_t n ) throw( IOException* );
readLine
public virtual String readLine() throw( IOException* );