Class StreamingBinaryAggregatorBase<TBinaryChunk>
Inheritance
StreamingBinaryAggregatorBase<TBinaryChunk>
Assembly: Glitch9.IO.dll
Syntax
public abstract class StreamingBinaryAggregatorBase<TBinaryChunk> : IStreamAggregator<TBinaryChunk> where TBinaryChunk : IStreamingBinaryData
Type Parameters
| Name |
Description |
| TBinaryChunk |
|
Constructors
|
Edit this page
View Source
StreamingBinaryAggregatorBase(int, bool, bool)
Declaration
protected StreamingBinaryAggregatorBase(int initialCapacityBytes = 8192, bool useArrayPool = true, bool strictContentType = true)
Parameters
| Type |
Name |
Description |
| int |
initialCapacityBytes |
|
| bool |
useArrayPool |
|
| bool |
strictContentType |
|
Methods
|
Edit this page
View Source
Aggregate(DeltaToken<TBinaryChunk>)
Declaration
public IEnumerable<DeltaToken<TBinaryChunk>> Aggregate(DeltaToken<TBinaryChunk> @in)
Parameters
Returns
Implements
Extension Methods