IdeaBlade DevForce 2010 Help Reference
CrcCalculatorStream Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > Ionic.Crc Namespace : CrcCalculatorStream Class


The following tables list the members exposed by CrcCalculatorStream.

Public Constructors

 NameDescription
Public ConstructorCrcCalculatorStream ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCanReadOverridden.  Indicates whether the stream supports reading.  
Public PropertyCanSeekOverridden.  Indicates whether the stream supports seeking.  
Public PropertyCanTimeout (Inherited from System.IO.Stream)
Public PropertyCanWriteOverridden.  Indicates whether the stream supports writing.  
Public PropertyCrc Provides the current CRC for all blocks slurped in.  
Public PropertyLeaveOpenIndicates whether the underlying stream will be left open when the CrcCalculatorStream is Closed.  
Public PropertyLengthOverridden.  Returns the length of the underlying stream.  
Public PropertyPositionOverridden. The getter for this property returns the total bytes read. If you use the setter, it will throw System.NotSupportedException.  
Public PropertyReadTimeout (Inherited from System.IO.Stream)
Public PropertyTotalBytesSlurped Gets the total number of bytes run through the CRC32 calculator.  
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 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 MethodEquals (Inherited from object)
Public MethodFlushOverridden.  Flush the stream.  
Public MethodFlushAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodGetHashCode (Inherited from object)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetType (Inherited from object)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodReadOverridden.  Read from the stream  
Public MethodReadAsyncOverloaded.  (Inherited from System.IO.Stream)
Public MethodReadByte (Inherited from System.IO.Stream)
Public MethodSeekOverridden. Seeking is not supported on this stream. This method always throws System.NotSupportedException  
Public MethodSetLengthOverridden. This method always throws System.NotSupportedException  
Public MethodToString (Inherited from object)
Public MethodWriteOverridden.  Write to the 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 MethodFinalize (Inherited from object)
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodObjectInvariant (Inherited from System.IO.Stream)
Top

See Also

© 2013 All Rights Reserved.