summaryM:DotNetNuke.HttpModules.Compression.HttpOutputFilter.Read(System.Byte[],System.Int32,System.Int32)
Namespace: DotNetNuke.HttpModules.CompressionAssembly: DotNetNuke.HttpModules (in DotNetNuke.HttpModules.dll)
Syntax
C# |
---|
public override int Read( byte[] buffer, int offset, int count ) |
Visual Basic |
---|
Public Overrides Function Read ( buffer As Byte(), offset As Integer, count As Integer ) As Integer |
Parameters
- buffer
- Type: array<System..::..Byte>[]()[][]
parambufferM:DotNetNuke.HttpModules.Compression.HttpOutputFilter.Read(System.Byte[],System.Int32,System.Int32)
- offset
- Type: System..::..Int32
paramoffsetM:DotNetNuke.HttpModules.Compression.HttpOutputFilter.Read(System.Byte[],System.Int32,System.Int32)
- count
- Type: System..::..Int32
paramcountM:DotNetNuke.HttpModules.Compression.HttpOutputFilter.Read(System.Byte[],System.Int32,System.Int32)