[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.


Methods

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

Methods

O set_int
protected void set_int(int i);
Set a integer as MByte value

O get_long

protected long get_long();
Return a integer value

O rShiftLong

protected long rShiftLong(long l);

O lShiftLong

protected long lShiftLong(long l);

O toString

public String toString();
Return a String representing the MByte value

Overrides:
toString in class Object


[all packages] [package ] [class hierarchy] [index]
MByte.html