Edit

ColumnStream members

Include protected members
Include inherited members

This class provides a streaming interface to a long-value column (i.e. a column of type LongBinary or LongText).

The ColumnStream type exposes the following members.

Constructors

  Name Description
Public method ColumnStream Initializes a new instance of the ColumnStream class.

Top

Properties

  Name Description
Public property CanRead Gets a value indicating whether the stream supports reading. (Overrides Stream.CanRead.)
Public property CanSeek Gets a value indicating whether the stream supports seeking. (Overrides Stream.CanSeek.)
Public property CanTimeout (Inherited from Stream.)
Public property CanWrite Gets a value indicating whether the stream supports writing. (Overrides Stream.CanWrite.)
Public property Itag Gets or sets the itag of the column.
Public property Length Gets the current length of the stream. (Overrides Stream.Length.)
Public property Position Gets or sets the current position in the stream. (Overrides Stream.Position.)
Public property ReadTimeout (Inherited from Stream.)
Public property WriteTimeout (Inherited from Stream.)

Top

Methods

  Name Description
Public method BeginRead (Inherited from Stream.)
Public method BeginWrite (Inherited from Stream.)
Public method Close (Inherited from Stream.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Protected method CreateWaitHandle Obsolete. (Inherited from Stream.)
Public method Dispose() (Inherited from Stream.)
Protected method Dispose(Boolean) (Inherited from Stream.)
Public method EndRead (Inherited from Stream.)
Public method EndWrite (Inherited from Stream.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Flush Flush the stream. (Overrides Stream.Flush().)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method 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([], Int32, Int32).)
Public method ReadByte (Inherited from Stream.)
Public method Seek Sets the position in the current 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 that represents the current ColumnStream. (Overrides Object.ToString().)
Public method 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([], Int32, Int32).)
Public method WriteByte (Inherited from Stream.)

Top

See also

Reference

ColumnStream class

Microsoft.Isam.Esent.Interop namespace