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# Copy imageCopy Code
                                  public class SmiFilterStream
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class SmiFilterStream

The type exposes the following methods.

Public Methods

  Name Description
Public method BeginRead
Starts an asycn read.
(Overrides Stream..::BeginRead(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method BeginWrite
Starts an async write.
(Overrides Stream..::BeginWrite(array<Byte>[]()[][], Int32, Int32, AsyncCallback, Object).)
Public method Close
Closes the stream
(Overrides Stream..::Close()()()().)
Public method CreateObjRef
CreateObjref.
(Overrides MarshalByRefObject..::CreateObjRef(Type).)
Public method Dispose Overloaded.
Public method EndRead
Ends an async read operation.
(Overrides Stream..::EndRead(IAsyncResult).)
Public method EndWrite
Ends an async write operation.
(Overrides Stream..::EndWrite(IAsyncResult).)
Public method Equals
Tests the object for equality.
(Overrides Object..::Equals(Object).)
Public method Flush
Flushes the stream.
(Overrides Stream..::Flush()()()().)
Public method GetHashCode
Gets an hash code for the instance.
(Overrides Object..::GetHashCode()()()().)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService
Inits the lifetime service.
(Overrides MarshalByRefObject..::InitializeLifetimeService()()()().)
Public method Read
Reads some bytes from the stream.
(Overrides Stream..::Read(array<Byte>[]()[][], Int32, Int32).)
Public method ReadByte
Reads a byte from the stream.
(Overrides Stream..::ReadByte()()()().)
Public method Seek
Seeks in the stream.
(Overrides Stream..::Seek(Int64, SeekOrigin).)
Public method SetLength
Sets the length of the stream.
(Overrides Stream..::SetLength(Int64).)
Public method ToString
Returns a string of this instance.
(Overrides Object..::ToString()()()().)
Public method Write
Writes a buffer to the stream.
(Overrides Stream..::Write(array<Byte>[]()[][], Int32, Int32).)
Public method WriteByte
Writes a single byte to the stream.
(Overrides Stream..::WriteByte(Byte).)

Protected Methods

  Name Description
Protected method CreateWaitHandle
Creates a wait handle.
(Overrides Stream..::CreateWaitHandle()()()().)
Protected method Dispose Overloaded.
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone (Inherited from MarshalByRefObject.)

See Also

Advanced