|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndianConverter
Class which converts from a particular machine byte representation into values appropriate for Java.
Method Summary | |
---|---|
Long |
convertId3(int offset,
byte[] bytes,
int size)
Convert a number of bytes starting at an offset into a long integer where the high-bit in each byte is always 0. |
Long |
convertNumber(int offset,
byte[] bytes,
int size)
Convert a number of bytes starting at an offset into a long integer. |
Method Detail |
---|
Long convertNumber(int offset, byte[] bytes, int size)
Long convertId3(int offset, byte[] bytes, int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |