PowerTCP Zip Compression for .NET
UtilityStream Constructor




The "inner" stream that will be read from or written to.
true if CRC checking is desired; otherwise false.
If non-zero, specifies how many bytes will be read from innerStream before returning 0.
Contructor that specifies the functionality of the UtilityStream.
Syntax
Public Function New( _
   ByVal innerStream As Stream, _
   ByVal enableCrc As Boolean, _
   ByVal stopIndex As Long _
)
Dim innerStream As Stream
Dim enableCrc As Boolean
Dim stopIndex As Long
 
Dim instance As New UtilityStream(innerStream, enableCrc, stopIndex)
public UtilityStream( 
   Stream innerStream,
   bool enableCrc,
   long stopIndex
)
public: UtilityStream( 
   Stream* innerStream,
   bool enableCrc,
   long stopIndex
)
public:
UtilityStream( 
   Stream^ innerStream,
   bool enableCrc,
   int64 stopIndex
)

Parameters

innerStream
The "inner" stream that will be read from or written to.
enableCrc
true if CRC checking is desired; otherwise false.
stopIndex
If non-zero, specifies how many bytes will be read from innerStream before returning 0.
See Also

Reference

UtilityStream Class
UtilityStream Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic