Web
Docs
Framework
Guide
API
GitHub
Twitter
Get Help
Support/Buy
ItemStream
<
TItem
>
.
Flush
()
Method
Namespace
Statiq
.Common
Type
ItemStream
<TItem>
Constructors
ItemStream
(IEnumerable
<TItem>
)
Method Members
BeginRead
(byte[],
int,
int,
AsyncCallback,
object)
BeginWrite
(byte[],
int,
int,
AsyncCallback,
object)
Close
()
CopyTo
(Stream,
int)
CopyToAsync
(Stream,
int,
CancellationToken)
CreateWaitHandle
()
Dispose
(bool)
DisposeAsync
()
EndRead
(IAsyncResult)
EndWrite
(IAsyncResult)
Flush
()
FlushAsync
(CancellationToken)
GetItemBytes
(TItem)
GetPrefix
()
GetSuffix
()
Initialize
Lifetime
Service
()
ObjectInvariant
()
Read
(byte[],
int,
int)
Read
(Span
<byte>
)
ReadAsync
(byte[],
int,
int,
CancellationToken)
ReadAsync
(Memory
<byte>
,
CancellationToken)
ReadByte
()
Reset
()
Seek
(long,
SeekOrigin)
SetLength
(long)
Write
(byte[],
int,
int)
Write
(ReadOnlySpan
<byte>
)
WriteAsync
(byte[],
int,
int,
CancellationToken)
WriteAsync
(ReadOnlyMemory
<byte>
,
CancellationToken)
WriteByte
(byte)
Property Members
CanRead
CanSeek
CanTimeout
CanWrite
Items
Length
Position
ReadTimeout
WriteTimeout
Namespace
Statiq
.Common
Containing Type
ItemStream
<
TItem
>
Overridden
Flush
()
Syntax
public override sealed void Flush()
On This Page
Syntax