![]() |
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# |
![]() |
---|---|
public class CountingStream |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class CountingStream |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
![]() |
CountingStream |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | HostProtectionAttribute. (Inherited from Stream.) |
![]() |
BeginWrite | HostProtectionAttribute. (Inherited from Stream.) |
![]() |
Close |
Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream.
(Overrides Stream..::Close()()()().) |
![]() |
CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() |
Dispose | Overloaded. |
![]() |
EndRead | (Inherited from Stream.) |
![]() |
EndWrite | (Inherited from Stream.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Flush |
Clears all buffers for this stream and causes any buffered data to be written to the underlying device.
(Overrides Stream..::Flush()()()().) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
Read |
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
(Overrides Stream..::Read(array<Byte>[]()[][], Int32, Int32).) |
![]() |
ReadByte | (Inherited from Stream.) |
![]() |
Seek |
Sets the position within the current stream.
(Overrides Stream..::Seek(Int64, SeekOrigin).) |
![]() |
SetLength |
Sets the length of the current stream.
(Overrides Stream..::SetLength(Int64).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write |
Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.
(Overrides Stream..::Write(array<Byte>[]()[][], Int32, Int32).) |
![]() |
WriteByte | (Inherited from Stream.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateWaitHandle | Obsolete. (Inherited from Stream.) |
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
CanRead |
Gets a value indicating whether the current stream supports reading.
(Overrides Stream..::CanRead.) |
![]() |
CanSeek |
Gets a value indicating whether the current stream supports seeking.
(Overrides Stream..::CanSeek.) |
![]() |
CanTimeout | (Inherited from Stream.) |
![]() |
CanWrite |
Gets a value indicating whether the current stream supports writing.
(Overrides Stream..::CanWrite.) |
![]() |
Length |
Gets the length in bytes of the stream.
(Overrides Stream..::Length.) |
![]() |
Position |
Gets or sets the position within the current stream.
(Overrides Stream..::Position.) |
![]() |
ReadTimeout | (Inherited from Stream.) |
![]() |
WriteTimeout | (Inherited from Stream.) |
See Also
Smartsite.Base Namespace