Java.IO.FileInputStream Members

The members of Java.IO.FileInputStream are listed below.

See Also: Inherited members from Java.IO.InputStream

Public Constructors

Constructs a new FileInputStream that reads from file.
Constructs a new FileInputStream that reads from fd.
Equivalent to new FileInputStream(new File(path)).

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
ChannelJava.Nio.Channels.FileChannel. Returns a read-only Java.Nio.Channels.FileChannel that shares its position with this stream.
[read-only]
FDFileDescriptor. Returns the underlying file descriptor.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Read() : int
Reads a single byte from this stream and returns it as an integer in the range from 0 to 255.