C# Class BitMiracle.LibTiff.Classic.Internal.JpegTablesSource

Alternate source manager for reading from JPEGTables. We can share all the code except for the init routine.
Inheritance: JpegStdSource
Show file Open project: Core-Techs/TiffLibrary

Public Methods

Method Description
JpegTablesSource ( JpegCodec sp )
init_source ( ) : void

Method Details

JpegTablesSource() public method

public JpegTablesSource ( JpegCodec sp )
sp JpegCodec

init_source() public method

public init_source ( ) : void
return void