C# 클래스 CSharpImageLibrary.Headers.AbstractHeader

Base header class for image headers.
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 메소드들

메소드 설명
ToString ( ) : string

Provides string representation of header.

보호된 메소드들

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

Loads header from stream.

메소드 상세

Load() 보호된 메소드

Loads header from stream.
protected Load ( Stream stream ) : long
stream Stream Stream to load header from.
리턴 long

ToString() 공개 메소드

Provides string representation of header.
public ToString ( ) : string
리턴 string