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

Inheritance: Stream
Show file Open project: firstsee/ServiceStack

Public Methods

Method 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 method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buffer, int dest_offset, int count ) : int
buffer byte
dest_offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

ReadSubStream() public method

public ReadSubStream ( Stream s, long offset, long length ) : System
s Stream
offset long
length long
return System

Seek() public method

public Seek ( long d, SeekOrigin origin ) : long
d long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void