|
EXIficient | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.siemens.ct.exi.util.MethodsBag
public class MethodsBag
TODO Description
| Constructor Summary | |
|---|---|
MethodsBag()
|
|
| Method Summary | |
|---|---|
static int |
getCodingLength(int characteristics)
|
static int |
numberOf7BitBlocksToRepresent(int n)
Returns the least number of 7 bit-blocks that is needed to represent the int n. |
static int |
numberOf7BitBlocksToRepresent(long l)
Returns the least number of 7 bit-blocks that is needed to represent the long l. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodsBag()
| Method Detail |
|---|
public static int numberOf7BitBlocksToRepresent(int n)
n - integer valuepublic static int numberOf7BitBlocksToRepresent(long l)
l - long valuepublic static final int getCodingLength(int characteristics)
|
EXIficient | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||