Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

dcl.old.net
Class HttpInputStream

Object
   |
   +--InputStream
         |
         +--HttpInputStream

   in HttpStream.h

class HttpInputStream
extends InputStream


Field Summary
protected bool m_bEof
          
protected HttpServletContext* m_pCtx
          
 
Constructor Summary
HttpInputStream( HttpServletContext* pCtx )
          
 
Method Summary
 virtual bool eof() const
          
 virtual size_t read( void* p, size_t n )
          
 virtual String readLine()
          
   
Methods inherited from class InputStream
close, available, read
   
Methods inherited from class Object
toString, destroy, className, isInstanceOf, typeInfo
 

Field Detail

m_bEof

protected bool m_bEof;

m_pCtx

protected HttpServletContext* m_pCtx;


Constructor Detail

HttpInputStream

public HttpInputStream( HttpServletContext* pCtx );


Method Detail

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* );

 Overview   Project   Class   Tree   Deprecated   Index 
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD