VncSharp

RfbProtocol.BigEndianBinaryWriter Members

RfbProtocol.BigEndianBinaryWriter overview

Public Instance Constructors

RfbProtocol.BigEndianBinaryWriterOverloaded. Initializes a new instance of the RfbProtocol.BigEndianBinaryWriter class.

Public Instance Properties

BaseStream (inherited from BinaryWriter) Gets the underlying stream of the BinaryWriter .

Public Instance Methods

Close (inherited from BinaryWriter)Closes the current BinaryWriter and the underlying stream.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Flush (inherited from BinaryWriter)Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
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.
Seek (inherited from BinaryWriter) Sets the position within the current stream.
ToString (inherited from Object)Returns a String that represents the current Object.
Write (inherited from BinaryWriter)Overloaded. Writes a length-prefixed string to this stream in the current encoding of the BinaryWriter, and advances the current position of the stream in accordance with the encoding used and the specific characters being written to the stream.
WriteOverloaded.

Protected Instance Fields

OutStream (inherited from BinaryWriter) Holds the underlying stream.

Protected Instance Methods

Dispose (inherited from BinaryWriter)Releases the unmanaged resources used by the BinaryWriter and optionally releases the managed resources.
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.
Write7BitEncodedInt (inherited from BinaryWriter)Writes a 32-bit integer in a compressed format.

Explicit Interface Implementations

IDisposable.Dispose (inherited from BinaryWriter)

See Also

RfbProtocol.BigEndianBinaryWriter Class | VncSharp Namespace