Lucene.Net 1.4.3 Class Library

RAMOutputStream Methods

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

Public Instance Methods

Close 
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FlushBuffer 
GetFilePointer (inherited from OutputStream)Returns the current position in this file, where the next write 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.
Length 
LesetResets this to an empty buffer.
Seek 
ToString (inherited from Object) Returns a String that represents the current Object.
WriteByte (inherited from OutputStream)Writes a single byte.
WriteBytes (inherited from OutputStream)Writes an array of bytes.
WriteChars (inherited from OutputStream)Writes a sequence of UTF-8 encoded characters from a string.
WriteInt (inherited from OutputStream)Writes an int as four bytes.
WriteLong (inherited from OutputStream)Writes a long as eight bytes.
WriteString (inherited from OutputStream)Writes a string.
WriteToCopy the current contents of this buffer to the named output.
WriteVInt (inherited from OutputStream)Writes an int in a variable-length format. Writes between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.
WriteVLong (inherited from OutputStream)Writes an long in a variable-length format. Writes between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.

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.

Protected Internal Instance Methods

Flush (inherited from OutputStream)Forces any buffered output to be written.

See Also

RAMOutputStream Class | Lucene.Net.Store Namespace