Quadcap Embeddable Database

com.quadcap.io.AsciiReader Class Reference

Inheritance diagram for com.quadcap.io.AsciiReader:

Reader List of all members.

Detailed Description

This class is an adaptor class that can be used to convert an input stream that contains ASCII bytes into a reader that returns those bytes as Unicode characters.

Author:
Stan Bailes

Definition at line 52 of file AsciiReader.java.

Public Member Functions

 AsciiReader (InputStream in)
void close () throws IOException
int read () throws IOException
int read (char[] cbuf) throws IOException
int read (char[] cbuf, int off, int len) throws IOException

Package Attributes

InputStream in


Constructor & Destructor Documentation

com.quadcap.io.AsciiReader.AsciiReader InputStream  in  ) 
 

Definition at line 55 of file AsciiReader.java.


Member Function Documentation

void com.quadcap.io.AsciiReader.close  )  throws IOException
 

Definition at line 59 of file AsciiReader.java.

References com.quadcap.io.AsciiReader.in.

int com.quadcap.io.AsciiReader.read char[]  cbuf,
int  off,
int  len
throws IOException
 

Definition at line 76 of file AsciiReader.java.

References com.quadcap.io.AsciiReader.read().

int com.quadcap.io.AsciiReader.read char[]  cbuf  )  throws IOException
 

Definition at line 67 of file AsciiReader.java.

References com.quadcap.io.AsciiReader.read().

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

Definition at line 63 of file AsciiReader.java.

References com.quadcap.io.AsciiReader.in.

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


Member Data Documentation

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

Definition at line 53 of file AsciiReader.java.

Referenced by com.quadcap.io.AsciiReader.close(), and com.quadcap.io.AsciiReader.read().