Apache Lucene.Net 2.4.0 Class Library API

FSDirectory.FSIndexInput.Descriptor Members

FSDirectory.FSIndexInput.Descriptor overview

Public Instance Constructors

FSDirectory.FSIndexInput.Descriptor Constructor

Public Instance Properties

BaseStream (inherited from BinaryReader)Exposes access to the underlying stream of the BinaryReader.

Public Instance Methods

Close 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
PeekChar (inherited from BinaryReader)Returns the next available character and does not advance the byte or character position.
Read (inherited from BinaryReader)Overloaded. Reads characters from the underlying stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.
ReadBoolean (inherited from BinaryReader)Reads a Boolean value from the current stream and advances the current position of the stream by one byte.
ReadByte (inherited from BinaryReader)Reads the next byte from the current stream and advances the current position of the stream by one byte.
ReadBytes (inherited from BinaryReader)Reads count bytes from the current stream into a byte array and advances the current position by count bytes.
ReadChar (inherited from BinaryReader)Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.
ReadChars (inherited from BinaryReader)Reads count characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream.
ReadDecimal (inherited from BinaryReader)Reads a decimal value from the current stream and advances the current position of the stream by sixteen bytes.
ReadDouble (inherited from BinaryReader)Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes.
ReadInt16 (inherited from BinaryReader)Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes.
ReadInt32 (inherited from BinaryReader)Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.
ReadInt64 (inherited from BinaryReader)Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes.
ReadSByte (inherited from BinaryReader)Reads a signed byte from this stream and advances the current position of the stream by one byte.
ReadSingle (inherited from BinaryReader)Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes.
ReadString (inherited from BinaryReader)Reads a string from the current stream. The string is prefixed with the length, encoded as an integer seven bits at a time.
ReadUInt16 (inherited from BinaryReader)Reads a 2-byte unsigned integer from the current stream using little endian encoding and advances the position of the stream by two bytes.
ReadUInt32 (inherited from BinaryReader)Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes.
ReadUInt64 (inherited from BinaryReader)Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Dispose (inherited from BinaryReader)Releases the unmanaged resources used by the BinaryReader and optionally releases the managed resources.
FillBuffer (inherited from BinaryReader)Fills the internal buffer with the specified number of bytes read from the stream.
Finalize 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

Protected Internal Instance Fields

isOpen 

Protected Internal Instance Methods

Read7BitEncodedInt (inherited from BinaryReader)Reads in a 32-bit integer in a compressed format.

See Also

FSDirectory.FSIndexInput.Descriptor Class | Lucene.Net.Store Namespace