Lucene.Net 1.4.3 Class Library

OutputStream Members

OutputStream overview

Public Instance Methods

CloseCloses this stream to further operations.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FlushBufferExpert: implements buffer write. Writes bytes at the current position in the output.
GetFilePointerReturns 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.
LengthThe number of bytes in the file.
SeekSets current position in this file, where the next write will occur.
ToString (inherited from Object) Returns a String that represents the current Object.
WriteByteWrites a single byte.
WriteBytesWrites an array of bytes.
WriteCharsWrites a sequence of UTF-8 encoded characters from a string.
WriteIntWrites an int as four bytes.
WriteLongWrites a long as eight bytes.
WriteStringWrites a string.
WriteVIntWrites an int in a variable-length format. Writes between one and five bytes. Smaller values take fewer bytes. Negative numbers are not supported.
WriteVLongWrites 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 Constructors

OutputStream Constructor Initializes a new instance of the OutputStream class.

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

FlushForces any buffered output to be written.

See Also

OutputStream Class | Lucene.Net.Store Namespace | |