PowerTCP Zip Compression for .NET
BaseStream Class Members
Properties  Methods 


The following tables list the members exposed by BaseStream.

Public Properties
 NameDescription
Public PropertyCanReadOverridden.  Gets a value indicating whether the current Stream supports reading.  
Public PropertyCanSeekOverridden.  Gets a value indicating whether the current Stream supports seeking.  
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWriteOverridden.  Gets a value indicating whether the current Stream supports writing.  
Public PropertyLengthOverridden.  Gets the length in bytes of the stream.  
Public PropertyPositionOverridden.  Gets or sets the current position of this stream.  
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.  Calls InnerStream.Close.  
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 MethodSeekOverridden.  Sets the position within the current Stream to the specified value. Always throws a NotSupportedException.  
Public MethodSetLengthOverridden.  Sets the length of the current Stream to the specified value. Always throws a NotSupportedException.  
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

BaseStream 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