C# Class Owin.Catify.ImageSourceHighjackerStream

This implementation is inspired by the awesome Glimpse project.
Inheritance: System.IO.Stream
Afficher le fichier Open project: rfinochi/confsamples

Méthodes publiques

Свойство Type Description
Regex System.Text.RegularExpressions.Regex

Private Properties

Свойство Type Description
WriteToOutputStream void

Méthodes publiques

Méthode Description
Flush ( ) : void
ImageSourceHighjackerStream ( string imgSrc, Stream outputStream, Encoding contentEncoding ) : System.IO
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Private Methods

Méthode Description
WriteToOutputStream ( string content ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

ImageSourceHighjackerStream() public méthode

public ImageSourceHighjackerStream ( string imgSrc, Stream outputStream, Encoding contentEncoding ) : System.IO
imgSrc string
outputStream System.IO.Stream
contentEncoding System.Text.Encoding
Résultat System.IO

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Property Details

Regex public_oe static_oe property

public static Regex,System.Text.RegularExpressions Regex
Résultat System.Text.RegularExpressions.Regex