C# Class System.Net.Http.HttpContent.FixedMemoryStream

Inheritance: System.IO.MemoryStream
Show file Open project: kumpera/mono

Public Methods

Method Description
FixedMemoryStream ( long maxSize ) : System.Net.Http.Headers
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Private Methods

Method Description
CheckOverflow ( int count ) : void

Method Details

FixedMemoryStream() public method

public FixedMemoryStream ( long maxSize ) : System.Net.Http.Headers
maxSize long
return System.Net.Http.Headers

Write() public method

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

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void