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 Code |
---|---|
public class DatabaseStream |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DatabaseStream |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
BeginRead | HostProtectionAttribute. (Inherited from Stream.) | |
BeginWrite | HostProtectionAttribute. (Inherited from Stream.) | |
Close |
Disposes this instance
(Overrides Stream..::Close()()()().) |
|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Stream.) | |
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 | (Inherited from Stream.) | |
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MemberwiseClone | (Inherited from MarshalByRefObject.) |
See Also
Smartsite.Data Namespace