CefStreamWriter Methods |
The CefStreamWriter type exposes the following members.
Name | Description | |
---|---|---|
Create(String) |
Create a new CefStreamWriter object for a file.
| |
Create(CefWriteHandler) |
Create a new CefStreamWriter object for a custom handler.
| |
Dispose | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
Flush |
Flush the stream.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MayBlock |
Returns true if this writer performs work like accessing the file system
which may block. Used as a hint for determining the thread to access the
writer from.
| |
Seek |
Seek to the specified offset position. |whence| may be any one of
SEEK_CUR, SEEK_END or SEEK_SET. Returns zero on success and non-zero on
failure.
| |
Tell |
Return the current offset position.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Write |
Write raw binary data.
|
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |