C# Class FSpot.Tools.LiveWebGallery.PhotoRequestHandler

Inheritance: FSpot.Tools.LiveWebGallery.RequestHandler
Show file Open project: mono/f-spot

Public Methods

Method Description
Handle ( string requested, Stream stream ) : void
PhotoRequestHandler ( FSpot.Tools.LiveWebGallery.LiveWebGalleryStats stats ) : System.IO

Protected Methods

Method Description
SendFile ( FileInfo file, Photo photo, Stream dest ) : void
SendImage ( Photo photo, Stream stream ) : void

Method Details

Handle() public method

public Handle ( string requested, Stream stream ) : void
requested string
stream System.IO.Stream
return void

PhotoRequestHandler() public method

public PhotoRequestHandler ( FSpot.Tools.LiveWebGallery.LiveWebGalleryStats stats ) : System.IO
stats FSpot.Tools.LiveWebGallery.LiveWebGalleryStats
return System.IO

SendFile() protected method

protected SendFile ( FileInfo file, Photo photo, Stream dest ) : void
file System.IO.FileInfo
photo FSpot.Photo
dest System.IO.Stream
return void

SendImage() protected method

protected SendImage ( Photo photo, Stream stream ) : void
photo FSpot.Photo
stream System.IO.Stream
return void