C# Class RSS.RSSHelper

显示文件 Open project: ApmeM/Simple-RSS

Public Methods

Method Description
ReadRSS ( Stream source ) : Rss
WriteRSS ( Rss value, Stream destination ) : void

Method Details

ReadRSS() public static method

public static ReadRSS ( Stream source ) : Rss
source System.IO.Stream
return Rss

WriteRSS() public static method

public static WriteRSS ( Rss value, Stream destination ) : void
value Rss
destination System.IO.Stream
return void