- Namespace
- Statiq
.Common - Interfaces
-
- IDisposable
- IAsyncDisposable
- Base Types
-
- object
- MarshalByRefObject
- Stream
graph BT
Type-->Base0["Stream"]
Base0-->Base1["MarshalByRefObject"]
Base1-->Base2["object"]
Type-.->Interface0["IDisposable"]
Type-.->Interface1["IAsyncDisposable"]
Type["StringStream"]
class Type type-node
Syntax
public class StringStream : Stream, IDisposable, IAsyncDisposable
Constructors
| Name | Summary |
|---|---|
| StringStream |
|
| StringStream |
|
| StringStream |
Properties
| Name | Property Type | Summary |
|---|---|---|
| CanRead | bool | |
| CanSeek | bool | |
| CanWrite | bool | |
| Length | long | |
| Position | long | |
| String | string |
Methods
| Name | Return Value | Summary |
|---|---|---|
| Dispose |
void | |
| Flush |
void | |
| Read |
int | |
| Read |
int | |
| ReadAsync |
Task |
|
| ReadAsync |
ValueTask |
|
| Reset |
void | |
| Seek |
long | |
| SetLength |
void | |
| Write |
void |