PowerTCP Zip Compression for .NET
ZStream Class Members
Properties  Methods 


The following tables list the members exposed by ZStream.

Public Properties
 NameDescription
Public PropertyCanRead Gets a value indicating whether the current Stream supports reading. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyCanSeek Gets a value indicating whether the current Stream supports seeking. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWrite Gets a value indicating whether the current Stream supports writing. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyLength Gets the length in bytes of the stream. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyPosition Gets or sets the current position of this stream. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public PropertyReadTimeout (Inherited from System.IO.Stream)
Public PropertyWriteTimeout (Inherited from System.IO.Stream)
Top
Public Methods
 NameDescription
Public MethodBeginRead (Inherited from System.IO.Stream)
Public MethodBeginWrite (Inherited from System.IO.Stream)
Public MethodCloseOverridden.  Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.  
Public MethodCopyToOverloaded.  (Inherited from System.IO.Stream)
Public MethodCopyToAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  (Inherited from System.IO.Stream)
Public MethodEndRead (Inherited from System.IO.Stream)
Public MethodEndWrite (Inherited from System.IO.Stream)
Public MethodFlushOverridden.  Updates the underlying repository with the current state of the buffer and then clears the buffer.  
Public MethodFlushAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodRead (Inherited from System.IO.Stream)
Public MethodReadAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeek Sets the position within the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public MethodSetLength Sets the length of the current Stream to the specified value. Always throws a NotSupportedException. (Inherited from Dart.PowerTCP.Zip.BaseStream)
Public MethodWrite (Inherited from System.IO.Stream)
Public MethodWriteAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodWriteByte (Inherited from System.IO.Stream)
Top
Protected Methods
 NameDescription
Protected MethodCreateWaitHandle (Inherited from System.IO.Stream)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodObjectInvariant (Inherited from System.IO.Stream)
Top
See Also

Reference

ZStream Class
Dart.PowerTCP.Zip Namespace


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