C# Class CSharpImageLibrary.Headers.JPG_Header

Contains information about a JPG image.
Inheritance: AbstractHeader
Datei anzeigen Open project: KFreon/CSharpImageLibrary

Public Methods

Method Description
JPG_Header ( Stream stream ) : System

Loads a JPG header.

Protected Methods

Method Description
Load ( Stream stream ) : long

Read header of JPG image.

Private Methods

Method Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

JPG_Header() public method

Loads a JPG header.
public JPG_Header ( Stream stream ) : System
stream Stream
return System

Load() protected method

Read header of JPG image.
protected Load ( Stream stream ) : long
stream Stream Fully formatted JPG image.
return long