C# Class FluxJpeg.Core.Decoder.JpegDecoder

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
ProgressUpdateByteInterval long

Méthodes publiques

Méthode Description
Decode ( ) : DecodedJpeg
JpegDecoder ( Stream input ) : System

Private Methods

Méthode Description
ExtractHeader ( ) : JpegHeader
TryParseJFIF ( byte data ) : bool

Tries to parse the JFIF APP0 header See http://en.wikipedia.org/wiki/JFIF

UpdateProgress ( int stepsFinished, int stepsTotal ) : void
UpdateStreamProgress ( long StreamPosition ) : void

Method Details

Decode() public méthode

public Decode ( ) : DecodedJpeg
Résultat FluxJpeg.Core.DecodedJpeg

JpegDecoder() public méthode

public JpegDecoder ( Stream input ) : System
input Stream
Résultat System

Property Details

ProgressUpdateByteInterval public_oe static_oe property

public static long ProgressUpdateByteInterval
Résultat long