C# Class Amazon.Runtime.Internal.Util.PartialReadOnlyWrapperStream

Partial wrapper stream that only supports reading
Inheritance: ReadOnlyWrapperStream
Mostra file Open project: aws/aws-sdk-net

Private Properties

Property Type Description

Public Methods

Method Description
PartialReadOnlyWrapperStream ( Stream baseStream, long size ) : System
Read ( byte buffer, int offset, int count ) : int

Method Details

PartialReadOnlyWrapperStream() public method

public PartialReadOnlyWrapperStream ( Stream baseStream, long size ) : System
baseStream Stream
size long
return System

Read() public method

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