Lucene.Net 1.4.3 Class Library

FSInputStream Members

FSInputStream overview

Public Instance Constructors

FSInputStream Constructor

Public Instance Fields

isClone 

Public Instance Methods

Clone 
Close 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFilePointer (inherited from InputStream)Returns the current position in this file, where the next read will occur.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
IsFDValidMethod used for testing. Returns true if the underlying file descriptor is valid.
Length (inherited from InputStream)The number of bytes in the file.
ReadByte (inherited from InputStream)Reads and returns a single byte.
ReadBytes (inherited from InputStream)Reads a specified number of bytes into an array at the specified offset.
ReadChars (inherited from InputStream)Reads UTF-8 encoded characters into an array.
ReadInt (inherited from InputStream)Reads four bytes and returns an int.
ReadInternalInputStream methods
ReadLong (inherited from InputStream)Reads eight bytes and returns a long.
ReadString (inherited from InputStream)Reads a string.
ReadVInt (inherited from InputStream)Reads an int stored in variable-length format. Reads between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.
ReadVLong (inherited from InputStream)Reads a long stored in variable-length format. Reads between one and nine bytes. Smaller values take fewer bytes. Negative numbers are not supported.
Seek (inherited from InputStream)Sets current position in this file, where the next read will occur.
SeekInternalRandom-access methods
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Internal Instance Fields

length (inherited from InputStream) 

See Also

FSInputStream Class | Lucene.Net.Store Namespace