C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpPostedFile.ReadSubStream

Inheritance: Stream
Afficher le fichier Open project: firstsee/ServiceStack

Méthodes publiques

Méthode Description
Flush ( ) : void
Read ( byte buffer, int dest_offset, int count ) : int
ReadByte ( ) : int
ReadSubStream ( Stream s, long offset, long length ) : System
Seek ( long d, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadSubStream() public méthode

public ReadSubStream ( Stream s, long offset, long length ) : System
s Stream
offset long
length long
Résultat System

Seek() public méthode

public Seek ( long d, SeekOrigin origin ) : long
d 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