[all packages]
[package ]
[class hierarchy]
[index]
public class MByte
(source file: ../MByte.java)
java.lang.Object
|
+----MByte
The pure class interface.
public class MByte
- Mix Byte Class.
A Mix Byte is a 6 bits word.

get_long()
- Return a integer value
lShiftLong(long)
-
rShiftLong(long)
-
set_int(int)
- Set a integer as MByte value
toString()
- Return a String representing the MByte value

set_int
protected void set_int(int i);
- Set a integer as MByte value
get_long
protected long get_long();
- Return a integer value
rShiftLong
protected long rShiftLong(long l);
lShiftLong
protected long lShiftLong(long l);
toString
public String toString();
- Return a String representing the MByte value
- Overrides:
- toString in class Object
[all packages]
[package ]
[class hierarchy]
[index]
MByte.html