Lucene.Net 1.9.1 Class Library

InputStream Methods

The methods of the InputStream class are listed below. For a complete list of InputStream class members, see the InputStream Members topic.

Public Instance Methods

Clone (inherited from BufferedIndexInput) 
Close (inherited from IndexInput)Closes the stream to futher operations.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetFilePointer (inherited from BufferedIndexInput) 
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.
Length 
ReadByte (inherited from BufferedIndexInput) 
ReadBytes (inherited from BufferedIndexInput) 
ReadChars (inherited from IndexInput)Reads UTF-8 encoded characters into an array.
ReadInt (inherited from IndexInput)Reads four bytes and returns an int.
ReadInternal (inherited from BufferedIndexInput)Expert: implements buffer refill. Reads bytes from the current position in the input.
ReadLong (inherited from IndexInput)Reads eight bytes and returns a long.
ReadString (inherited from IndexInput)Reads a string.
ReadVInt (inherited from IndexInput)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 IndexInput)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 BufferedIndexInput) 
SeekInternal (inherited from BufferedIndexInput)Expert: implements seek. Sets current position in this file, where the next {@link #ReadInternal(byte[],int,int)} will occur.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

InputStream Class | Lucene.Net.Store Namespace