|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hdgf.LZW4HDGF
public class LZW4HDGF
A decoder for the crazy LZW implementation used in Visio. This is a port of vsd_inflate.c from vsdump (http://www.gnome.ru/projects/vsdump_en.html)
| Constructor Summary | |
|---|---|
LZW4HDGF()
|
|
| Method Summary | |
|---|---|
byte[] |
decode(java.io.InputStream src)
|
byte |
fromInt(int b)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LZW4HDGF()
| Method Detail |
|---|
public byte fromInt(int b)
public byte[] decode(java.io.InputStream src)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||