C# 클래스 FluxJpeg.Core.Decoder.JpegDecoder

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ProgressUpdateByteInterval long

공개 메소드들

메소드 설명
Decode ( ) : DecodedJpeg
JpegDecoder ( Stream input ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Decode() 공개 메소드

public Decode ( ) : DecodedJpeg
리턴 FluxJpeg.Core.DecodedJpeg

JpegDecoder() 공개 메소드

public JpegDecoder ( Stream input ) : System
input Stream
리턴 System

프로퍼티 상세

ProgressUpdateByteInterval 공개적으로 정적으로 프로퍼티

public static long ProgressUpdateByteInterval
리턴 long