![]() |
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 SmiFilterStream |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class SmiFilterStream |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
![]() |
BeginRead |
Starts an asycn read.
(Overrides Stream..::BeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).) |
![]() |
BeginWrite |
Starts an async write.
(Overrides Stream..::BeginWrite(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).) |
![]() |
Close |
Closes the stream
(Overrides Stream..::Close()()()().) |
![]() |
CreateObjRef |
CreateObjref.
(Overrides MarshalByRefObject..::CreateObjRef(Type).) |
![]() |
Dispose | Overloaded. |
![]() |
EndRead |
Ends an async read operation.
(Overrides Stream..::EndRead(IAsyncResult).) |
![]() |
EndWrite |
Ends an async write operation.
(Overrides Stream..::EndWrite(IAsyncResult).) |
![]() |
Equals |
Tests the object for equality.
(Overrides Object..::Equals(Object).) |
![]() |
Flush |
Flushes the stream.
(Overrides Stream..::Flush()()()().) |
![]() |
GetHashCode |
Gets an hash code for the instance.
(Overrides Object..::GetHashCode()()()().) |
![]() |
GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService |
Inits the lifetime service.
(Overrides MarshalByRefObject..::InitializeLifetimeService()()()().) |
![]() |
Read |
Reads some bytes from the stream.
(Overrides Stream..::Read(array<Byte>[]()[][], Int32, Int32).) |
![]() |
ReadByte |
Reads a byte from the stream.
(Overrides Stream..::ReadByte()()()().) |
![]() |
Seek |
Seeks in the stream.
(Overrides Stream..::Seek(Int64, SeekOrigin).) |
![]() |
SetLength |
Sets the length of the stream.
(Overrides Stream..::SetLength(Int64).) |
![]() |
ToString |
Returns a string of this instance.
(Overrides Object..::ToString()()()().) |
![]() |
Write |
Writes a buffer to the stream.
(Overrides Stream..::Write(array<Byte>[]()[][], Int32, Int32).) |
![]() |
WriteByte |
Writes a single byte to the stream.
(Overrides Stream..::WriteByte(Byte).) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
CreateWaitHandle |
Creates a wait handle.
(Overrides Stream..::CreateWaitHandle()()()().) |
![]() |
Dispose | Overloaded. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from MarshalByRefObject.) |