- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Sharpen
.IO - Interfaces
- Base Types
-
- Object
- StreamAdaptor
- Derived Types
graph BT
Type-->Base0["StreamAdaptor"]
click Base0 "/db4o-gpl-doc/output/api/Sharpen.IO/StreamAdaptor"
Base0-->Base1["Object"]
Type-.->Interface0["IInputStream"]
click Interface0 "/db4o-gpl-doc/output/api/Sharpen.IO/IInputStream"
Type["InputStream"]
class Type type-node
Derived0["ByteArrayInputStream"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Sharpen.IO/ByteArrayInputStream"
Derived1["FileInputStream"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Sharpen.IO/FileInputStream"
Syntax
public class InputStream : StreamAdaptor, IInputStream
Constructors
Name | Summary |
---|---|
InputStream |
Fields
Name | Constant Value | Summary |
---|---|---|
_stream |
Inherited from StreamAdaptor
|
Properties
Name | Value | Summary |
---|---|---|
UnderlyingStream | Stream |
Inherited from StreamAdaptor
|
Methods
Name | Value | Summary |
---|---|---|
Close |
void |
Inherited from StreamAdaptor
|
Read |
int | |
Read |
int | |
Read |
int |