public class BitUtil extends Object
| Constructor and Description |
|---|
BitUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
fromMark(long l)
Convertie un long en sa representation String.
|
static String |
showBit(long l)
Montre les bits d'une nombre entier
|
static long |
toMark(String s)
Converti une chaine de maximum 8 carateres en un long representant cette
chaine en ascii.
|
public static long toMark(String s)
s - public static String fromMark(long l)
l - public static String showBit(long l)
l - Copyright © 1999-2012 CodeLutin. All Rights Reserved.