C# Class Microsoft.DocAsCode.Utility.CircularStream

Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
CreateReaderView ( ) : Stream
CreateWriterView ( ) : Stream

Private Methods

Méthode Description
Eof ( ) : void
Read ( byte buffer, int offset, int count ) : int
Write ( byte buffer, int offset, int count ) : void

Method Details

CreateReaderView() public méthode

public CreateReaderView ( ) : Stream
Résultat Stream

CreateWriterView() public méthode

public CreateWriterView ( ) : Stream
Résultat Stream