Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Microsoft
DocAsCode
Utility
CircularStream
C# Class Microsoft.DocAsCode.Utility.CircularStream
Exibir arquivo
Open project: dotnet/docfx
Class Usage Examples
Public Methods
Method
Description
CreateReaderView
( ) :
Stream
CreateWriterView
( ) :
Stream
Private Methods
Method
Description
Eof
( ) :
void
Read
(
byte
buffer
,
int
offset
,
int
count
) :
int
Write
(
byte
buffer
,
int
offset
,
int
count
) :
void
Method Details
CreateReaderView()
public
method
public
CreateReaderView
( ) :
Stream
return
Stream
CreateWriterView()
public
method
public
CreateWriterView
( ) :
Stream
return
Stream