|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.rgw.compress.RLL
public class RLL
RLL Commpressor/Decompressor
Constructor Summary | |
---|---|
RLL()
|
Method Summary | |
---|---|
static byte[] |
compress(byte rllchar,
byte[] source)
compress the source array. use rllchar as character to indicate repetition. if rllchar is 0x0, the least frequent character from source will be used. |
static byte[] |
expand(byte[] source)
Expand a rll-compressed array |
static java.lang.String |
Version()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RLL()
Method Detail |
---|
public static java.lang.String Version()
public static byte[] compress(byte rllchar, byte[] source)
public static byte[] expand(byte[] source)
source
- the compressed array. First byte must be the rllchar.
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |