|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.misc.ByteArrayCounter
ByteArrayCounter.java
Copyright 2000, 2001 Jcorporate Ltd.
| Constructor Summary | |
ByteArrayCounter(int arraySize)
ByteArrayCounter: Initialize a counter that uses an array of bytes |
|
| Method Summary | |
byte[] |
getBytes()
getBytes: Return a copy of the byte array. |
void |
increment()
increment: Increment the value stored in the byte array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteArrayCounter(int arraySize)
arraySize - the number of bytes the counter array is supposed
to take eg 4 or 8| Method Detail |
public byte[] getBytes()
public void increment()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||