FileInputStream Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.IO
Interfaces
Base Types
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["FileInputStream"] class Type type-node

Syntax

public class FileInputStream : InputStream, IInputStream

Constructors

Name Summary
FileInputStream(File)

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(byte[], int, int) int
Inherited from InputStream
Read(byte[]) int
Inherited from InputStream