Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Microsoft
DocAsCode
Utility
CircularStream
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