- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Sharpen
.IO - Interfaces
- Base Types
-
- Object
- StreamAdaptor
- InputStream
graph BT
Type-->Base0["InputStream"]
click Base0 "/db4o-gpl-doc/output/api/Sharpen.IO/InputStream"
Base0-->Base1["StreamAdaptor"]
click Base1 "/db4o-gpl-doc/output/api/Sharpen.IO/StreamAdaptor"
Base1-->Base2["Object"]
Type-.->Interface0["IInputStream"]
click Interface0 "/db4o-gpl-doc/output/api/Sharpen.IO/IInputStream"
Type["ByteArrayInputStream"]
class Type type-node
Syntax
public class ByteArrayInputStream : InputStream, IInputStream
Constructors
Name | Summary |
---|---|
ByteArrayInputStream |
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 |
Inherited from InputStream
|
Read |
int |
Inherited from InputStream
|
Read |
int |
Inherited from InputStream
|