C# Class BitMiracle.LibTiff.Classic.Internal.LZWCodec.code_t

Show file Open project: Core-Techs/TiffLibrary

Public Properties

Property Type Description
firstchar byte
length short
next int
value byte

Property Details

firstchar public property

public byte firstchar
return byte

length public property

public short length
return short

next public property

public int next
return int

value public property

public byte value
return byte