C# Class Fu.Results.BytesResult

Inheritance: ResultBase
Show file Open project: chakrit/fu-sharp

Public Methods

Method Description
BytesResult ( byte data, int offset, int count ) : System
Render ( IFuContext c, Stream output ) : long

Method Details

BytesResult() public method

public BytesResult ( byte data, int offset, int count ) : System
data byte
offset int
count int
return System

Render() public method

public Render ( IFuContext c, Stream output ) : long
c IFuContext
output Stream
return long