Search
BinaryContext Methods
 


 Public Methods

  Name Description

LoadWorksheets

Reads the workbook's worksheets from the underlying stream.

ReadBool

Reads a bool from the underlying stream.

ReadBrush

Reads a MindFusion.Drawing.Brush from the underlying stream.

ReadColor

Reads a Color object from the underlying stream.

ReadColorArray

Reads a color array from the underlying stream.

ReadDouble

Reads a double from the underlying stream.

ReadEnum

Reads an enumeration value from the underlying stream.

ReadFloat

Reads a float from the underlying stream.

ReadFloatArray

Reads a float array from the underlying stream.

ReadHeader

Reads the binary file format header from the underlying stream and throws an exception if the header is not recognized.

ReadImage

Reads an image from the underlying stream.

ReadInt

Reads a integer from the underlying stream.

ReadMeasure

Reads a Measure object from the underlying stream.

ReadObject

Reads an object with the specified name.

ReadRectangle

Reads a Rectangle object from the underlying stream.

ReadString

Reads a string from the underlying stream.

ReadTag

Reads an object from the underlying stream.

SaveWorksheets

Writes the workbook's worksheets to the underlying stream.

WriteBool

Writes the specified bool to the underlying stream.

WriteBrush

Writes the specified Brush to the underlying stream.

WriteColor

Writes the specified Color object to the underlying stream.

WriteColorArray

Writes the specified color array to the underlying stream.

WriteDouble

Writes the specified double to the underlying stream.

WriteEnum

Writes the specified enumeration value to the underlying stream.

WriteFloat

Writes the specified float to the underlying stream.

WriteFloatArray

Writes the specified float array to the underlying stream.

WriteHeader

Writes the binary file format header to the underlying stream.

WriteImage

Writes the specified image to the underlying stream.

WriteInt

Writes the specified integer to the underlying stream.

WriteMeasure

Writes the specified Measure object to the underlying stream.

WriteObject

Saves the specified object to the underlying stream.

WriteRectangle

Writes the specified Rectangle object to the underlying stream.

WriteString

Writes the specified string to the underlying stream.

WriteTag

Saves the specified object to the underlying stream.

 See Also