Test webapp

adriani.webapp
Class PrintASCII

java.lang.Object
  extended by adriani.webapp.PrintASCII

public class PrintASCII
extends java.lang.Object

A simple java class producing the ASCII table.


Field Summary
(package private)  int first
          First ASCII character
(package private)  int last
          Last ASCII character
 
Constructor Summary
PrintASCII()
           
 
Method Summary
 java.lang.StringBuffer[] getASCII()
          Produce a StringBuffer array containing all the ASCII codes in the range first...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first

int first
First ASCII character


last

int last
Last ASCII character

Constructor Detail

PrintASCII

public PrintASCII()
Method Detail

getASCII

public java.lang.StringBuffer[] getASCII()
Produce a StringBuffer array containing all the ASCII codes in the range first... last.

Returns:
the array containing a string representation of the ASCII characters.

Build 10/01/2013

Morpheus Quality Technologies - making the Zion software
Copyright © 2009-2013 Stefano Adriani. All Rights Reserved