|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.undercouch.bson4jackson.io.ByteOrderUtil
public class ByteOrderUtil
Provides static methods to change the byte order of single values
| Constructor Summary | |
|---|---|
ByteOrderUtil()
|
|
| Method Summary | |
|---|---|
static int |
flip(int i)
Flips the byte order of an integer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteOrderUtil()
| Method Detail |
|---|
public static int flip(int i)
i - the integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||