C# Class Fu.Results.BytesResult

Inheritance: ResultBase
Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

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

Method Details

BytesResult() public méthode

public BytesResult ( byte data, int offset, int count ) : System
data byte
offset int
count int
Résultat System

Render() public méthode

public Render ( IFuContext c, Stream output ) : long
c IFuContext
output Stream
Résultat long