Quadcap Embeddable Server

com.quadcap.io.URLDecodeInputStream Class Reference

Inheritance diagram for com.quadcap.io.URLDecodeInputStream:

InputStream List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 50 of file URLDecodeInputStream.java.

Public Member Functions

 URLDecodeInputStream (InputStream in)
int read () throws IOException

Package Attributes

InputStream in


Constructor & Destructor Documentation

com.quadcap.io.URLDecodeInputStream.URLDecodeInputStream InputStream  in  ) 
 

Definition at line 53 of file URLDecodeInputStream.java.


Member Function Documentation

int com.quadcap.io.URLDecodeInputStream.read  )  throws IOException
 

Definition at line 57 of file URLDecodeInputStream.java.

References com.quadcap.io.URLDecodeInputStream.in.

Referenced by com.quadcap.io.URLDecoder.decode().


Member Data Documentation

InputStream com.quadcap.io.URLDecodeInputStream.in [package]
 

Definition at line 51 of file URLDecodeInputStream.java.

Referenced by com.quadcap.io.URLDecodeInputStream.read().