Name | Description | |
---|---|---|
UniBlob Constructor | Overloaded. Initializes a new instance of the UniBlob class. |
The following tables list the members exposed by UniBlob.
Name | Description | |
---|---|---|
UniBlob Constructor | Overloaded. Initializes a new instance of the UniBlob class. |
Name | Description | |
---|---|---|
CanRead | Gets a value indicating whether the UniBlob stream can be read. | |
CanSeek | Gets a value indicating whether forward and backward seek operations can be performed. | |
CanWrite | Gets a value indicating whether the UniBlob object supports writing. | |
Connection | Gets the UniConnection used by this instance of the UniBlob. | |
IsNull | Gets a value indicating whether the UniBlob is a Null stream. | |
Length | Gets the size of the UniBlob. | |
LobType | Gets or sets type of the LOB object. | |
Position | Gets the current read position in the UniBlob stream. | |
Value | Gets the value of the UniBlob object. |
Name | Description | |
---|---|---|
Close | Closes the current stream and releases any resources associated with it. | |
Dispose | Releases all resources allocated by this object. | |
Read | Reads a sequence of bytes from the current UniBlob stream and advances the position within the stream by the number of bytes read. | |
Seek | Sets the position on the current UniBlob stream. | |
SetLength | Sets length for UniBlob value. | |
Write | Writes a sequence of bytes to the current UniBlob stream, and advances the current position within this stream by the number of bytes written. |