C# Class Ntreev.Library.Psd.Readers.ImageResourcesSectionReader

Inheritance: LazyProperties
显示文件 Open project: NtreevSoft/psd-parser Class Usage Examples

Public Methods

Method Description
ImageResourcesSectionReader ( PsdReader reader ) : System

Protected Methods

Method Description
OnLengthGet ( PsdReader reader ) : long
ReadValue ( PsdReader reader, object userData, IProperties &value ) : void

Method Details

ImageResourcesSectionReader() public method

public ImageResourcesSectionReader ( PsdReader reader ) : System
reader PsdReader
return System

OnLengthGet() protected method

protected OnLengthGet ( PsdReader reader ) : long
reader PsdReader
return long

ReadValue() protected method

protected ReadValue ( PsdReader reader, object userData, IProperties &value ) : void
reader PsdReader
userData object
value IProperties
return void