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

Partial wrapper stream that only supports reading
Inheritance: ReadOnlyWrapperStream
Afficher le fichier Open project: aws/aws-sdk-net

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

PartialReadOnlyWrapperStream() public méthode

public PartialReadOnlyWrapperStream ( Stream baseStream, long size ) : System
baseStream Stream
size long
Résultat System

Read() public méthode

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