C# Class CSharpImageLibrary.Headers.JPG_Header

Contains information about a JPG image.
Inheritance: AbstractHeader
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Méthodes publiques

Méthode Description
JPG_Header ( Stream stream ) : System

Loads a JPG header.

Méthodes protégées

Méthode Description
Load ( Stream stream ) : long

Read header of JPG image.

Private Methods

Méthode Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

JPG_Header() public méthode

Loads a JPG header.
public JPG_Header ( Stream stream ) : System
stream Stream
Résultat System

Load() protected méthode

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