C# Class SWFProcessing.SWFModeller.SWFWriter.WriteBuffer

Since tags include their length at the start, we use this class to buffer a tag's data on it's way to an outer stream.
Inheritance: SWFDataTypeWriter
ファイルを表示 Open project: WeeWorld/Swiffotron

Public Methods

Method Description
WriteBuffer ( Tag tag, string logdata ) : System.Collections.Generic

Private Methods

Method Description
WriteBuffer ( MemoryStream bytes ) : System.Collections.Generic

Method Details

WriteBuffer() public method

public WriteBuffer ( Tag tag, string logdata ) : System.Collections.Generic
tag Tag
logdata string
return System.Collections.Generic