Geotools.Net

BigEndianBinaryWriter Members

Public Instance Constructors

BigEndianBinaryWriterOverloaded. Initialize a new instance of the BigEndianBinaryWriter class.

Public Instance Properties

BaseStream (inherited from BinaryWriter) Gets the BinaryWriter's underlying stream.

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) 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.
Write (inherited from BinaryWriter)Writes a four-byte floating-point value to the current stream and advances the stream position by four bytes.
Write (inherited from BinaryWriter)Writes an eight-byte unsigned integer to the current stream and advances the stream position by eight bytes.
Write (inherited from BinaryWriter)Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes.
Write (inherited from BinaryWriter)Writes a four-byte unsigned integer to the current stream and advances the stream position by four bytes.
Write (inherited from BinaryWriter)Writes a four-byte signed integer to the current stream and advances the stream position by four bytes.
Write (inherited from BinaryWriter)Writes a two-byte unsigned integer to the current stream and advances the stream position by two bytes.
Write (inherited from BinaryWriter)Writes a two-byte signed integer to the current stream and advances the stream position by two bytes.
Write (inherited from BinaryWriter)Writes a decimal value to the current stream and advances the stream position by eight bytes.
Write (inherited from BinaryWriter)Writes an eight-byte floating-point value to the current stream and advances the stream position by eight bytes.
Write (inherited from BinaryWriter)Writes a section of a character array to the current stream, and advances the current position of the stream in accordance with the Encoding used and perhaps the specific characters being written to the stream.
Write (inherited from BinaryWriter) Writes a character array to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream.
Write (inherited from BinaryWriter) Writes a Unicode character to the current stream and advances the current position of the stream in accordance with the Encoding used and the specific characters being written to the stream.
Write (inherited from BinaryWriter)Writes a region of a byte array to the current stream.
Write (inherited from BinaryWriter)Writes a byte array to the underlying stream.
Write (inherited from BinaryWriter)Writes a signed byte to the current stream and advances the stream position by one byte.
Write (inherited from BinaryWriter)Writes an unsigned byte to the current stream and advances the stream position by one byte.
Write (inherited from BinaryWriter)Writes a one-byte Boolean value to the current stream, with zero representing false and one representing true.
WriteIntBE Reads a 2-byte signed integer using the big-endian layout from the current stream and advances the current position of the stream by two bytes.

Protected Instance Fields

OutStream (inherited from System.IO.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

BigEndianBinaryWriter Class | Geotools.IO Namespace