Class IOUtil.CopyStreamStats
Statistics class for the CopyStream(Stream, Stream, IOUtil.CopyStreamStats) method
Inheritance
System.Object
IOUtil.CopyStreamStats
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.IO
Assembly: ImageVault.Common.dll
Syntax
public class CopyStreamStats
Constructors
CopyStreamStats()
Declaration
public CopyStreamStats()
Properties
BytesReadFromStream
Number of bytes read from input stream
Declaration
public long BytesReadFromStream { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
BytesWrittenToStream
Number of bytes written to output stream
Declaration
public long BytesWrittenToStream { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Completed
True if whole input stream was copied
Declaration
public bool Completed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()