C# Class CSharpImageLibrary.Headers.AbstractHeader

Base header class for image headers.
Datei anzeigen Open project: KFreon/CSharpImageLibrary

Public Methods

Method Description
ToString ( ) : string

Provides string representation of header.

Protected Methods

Method Description
Load ( Stream stream ) : long

Loads header from stream.

Method Details

Load() protected method

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

ToString() public method

Provides string representation of header.
public ToString ( ) : string
return string