|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.gold.java.AboraHeaper
|
+--org.abora.gold.xpp.basic.Heaper
|
+--org.abora.gold.proman.ByteShuffler
Instances shuffle bytes to convert between byte sexes. Subclasses are defined for each of
the various transformations.
| Field Summary |
| Fields inherited from class org.abora.gold.xpp.basic.Heaper |
AllBlasts, BecomeMap, GarbageCount, InGC, InitializedClasses, InitializingClasses, LastMemory, NextClientRequestNumber, NotOneElementSignal, PackageTable, PromiseNameTable, StringHashSBoxes |
| Fields inherited from class org.abora.gold.java.AboraHeaper |
ActiveClubs, CurrentAuthor, CurrentBertCanopyCache, CurrentBertCrum, CurrentChunk, CurrentGrandMap, CurrentKeyMaster, CurrentPacker, CurrentSensorCanopyCache, CurrentServer, CurrentSession, CurrentSessions, CurrentTrace, InitialEditClub, InitialOwner, InitialReadClub, InitialSponsor, InsideTransactionFlag |
| Constructor Summary | |
ByteShuffler()
|
|
| Method Summary | |
int |
actualHashForEqual()
|
ByteShuffler |
inverse()
Return a shuffler that inverts the receiver's shuffler. |
void |
shuffle(int precision,
VoidStar buffer,
int size)
Go from one byte sex to another for representing numbers of the specified precision. |
void |
shuffle16(VoidStar buffer,
int count)
Go from one byte sex to another for representing 16 bit numbers. |
void |
shuffle32(VoidStar buffer,
int count)
Go from one byte sex to another for representing 32 bit numbers. |
void |
shuffle64(VoidStar buffer,
int count)
Go from one byte sex to another for representing 64 bit numbers. |
| Methods inherited from class org.abora.gold.java.AboraHeaper |
asOop, basicInspect, displayString, error, hack, halt, inspect, knownBug, mightNotImplement, REQUIRES, shouldImplement, shouldNotImplement, stubbleForSubclassResponsibility, thingToDo, willNotImplement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteShuffler()
| Method Detail |
public ByteShuffler inverse()
public void shuffle(int precision,
VoidStar buffer,
int size)
public void shuffle16(VoidStar buffer,
int count)
public void shuffle32(VoidStar buffer,
int count)
public void shuffle64(VoidStar buffer,
int count)
public int actualHashForEqual()
actualHashForEqual in class Heaper
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||