C# Class SwfDotNet.IO.Tags.Types.SizeStruct

SizeStruct
Inheritance: ISizeStruct
Datei anzeigen Open project: bladecoding/SwfExport

Public Methods

Method Description
SerializeBinarySize ( XmlWriter xmlWriter ) : void

Serializes the size of the binary.

SetEndPoint ( BufferedBinaryReader reader ) : void

Sets the end point.

SetStartPoint ( BufferedBinaryReader reader ) : void

Sets the start point.

Method Details

SerializeBinarySize() public method

Serializes the size of the binary.
public SerializeBinarySize ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter The XML writer.
return void

SetEndPoint() public method

Sets the end point.
public SetEndPoint ( BufferedBinaryReader reader ) : void
reader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

SetStartPoint() public method

Sets the start point.
public SetStartPoint ( BufferedBinaryReader reader ) : void
reader SwfDotNet.IO.Utils.BufferedBinaryReader
return void