Quadcap Embeddable Server

com.quadcap.io.HexOutputStream Class Reference

Inheritance diagram for com.quadcap.io.HexOutputStream:

OutputStream List of all members.

Detailed Description

Author:
Stan Bailes

Definition at line 49 of file HexOutputStream.java.

Public Member Functions

 HexOutputStream (OutputStream out)
void write (int c) throws IOException
void close () throws IOException
void flush () throws IOException

Package Attributes

OutputStream out

Static Package Attributes

char[] hexMap


Constructor & Destructor Documentation

com.quadcap.io.HexOutputStream.HexOutputStream OutputStream  out  ) 
 

Definition at line 55 of file HexOutputStream.java.


Member Function Documentation

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

Definition at line 64 of file HexOutputStream.java.

References com.quadcap.io.HexOutputStream.out.

void com.quadcap.io.HexOutputStream.flush  )  throws IOException
 

Definition at line 68 of file HexOutputStream.java.

References com.quadcap.io.HexOutputStream.out.

void com.quadcap.io.HexOutputStream.write int  c  )  throws IOException
 

Definition at line 59 of file HexOutputStream.java.

References com.quadcap.io.HexOutputStream.hexMap, com.quadcap.io.HexOutputStream.out, and com.quadcap.io.HexOutputStream.write().

Referenced by com.quadcap.io.HexOutputStream.write().


Member Data Documentation

char [] com.quadcap.io.HexOutputStream.hexMap [static, package]
 

Initial value:

{'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'}

Definition at line 52 of file HexOutputStream.java.

Referenced by com.quadcap.io.HexOutputStream.write().

OutputStream com.quadcap.io.HexOutputStream.out [package]
 

Definition at line 50 of file HexOutputStream.java.

Referenced by com.quadcap.io.HexOutputStream.close(), com.quadcap.io.HexOutputStream.flush(), and com.quadcap.io.HexOutputStream.write().