C# 클래스 CSharpImageLibrary.Headers.JPG_Header

Contains information about a JPG image.
상속: AbstractHeader
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 메소드들

메소드 설명
JPG_Header ( Stream stream ) : System

Loads a JPG header.

보호된 메소드들

메소드 설명
Load ( Stream stream ) : long

Read header of JPG image.

비공개 메소드들

메소드 설명
CheckIdentifier ( byte IDBlock ) : bool

메소드 상세

JPG_Header() 공개 메소드

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

Load() 보호된 메소드

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