|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mebigfatguy.fbcontrib.utils.CodeByteUtils
public class CodeByteUtils
Constructor Summary | |
---|---|
CodeByteUtils()
|
Method Summary | |
---|---|
static int |
getbyte(byte[] bytes,
int offset)
returns the code byte at a specific offset as an int |
static int |
getshort(byte[] bytes,
int offset)
returns the code short at a specific offset as an int |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CodeByteUtils()
Method Detail |
---|
public static int getbyte(byte[] bytes, int offset)
bytes
- the code bytesoffset
- the offset into the code
public static int getshort(byte[] bytes, int offset)
bytes
- the code bytesoffset
- the offset into the code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |