메소드 | 설명 | |
---|---|---|
AddStringToTable ( byte str ) : void | ||
AddStringToTable ( byte oldstring, byte newstring ) : void | ||
ComposeString ( byte oldstring, byte newstring ) : byte[] | ||
Decode ( byte data, Stream uncompData ) : void | ||
InitializeStringTable ( ) : void | ||
LZWDecoder ( ) : System | ||
WriteString ( byte str ) : void |
public AddStringToTable ( byte oldstring, byte newstring ) : void | ||
oldstring | byte | |
newstring | byte | |
리턴 | void |
public ComposeString ( byte oldstring, byte newstring ) : byte[] | ||
oldstring | byte | |
newstring | byte | |
리턴 | byte[] |
public Decode ( byte data, Stream uncompData ) : void | ||
data | byte | |
uncompData | Stream | |
리턴 | void |