public final class CodeByteUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
CodeByteUtils() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static int getbyte(byte[] bytes,
int offset)
bytes - the code bytesoffset - the offset into the codepublic static int getshort(byte[] bytes,
int offset)
bytes - the code bytesoffset - the offset into the codeCopyright © 2005-2018 MeBigFatGuy.com. All Rights Reserved.