|
Test webapp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectadriani.webapp.PrintASCII
public class PrintASCII
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 |
---|
int first
int last
Constructor Detail |
---|
public PrintASCII()
Method Detail |
---|
public java.lang.StringBuffer[] getASCII()
first
...
last
.
|
Build 21/09/2009 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |