C# 클래스 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.
상속: SWFDataTypeWriter
파일 보기 프로젝트 열기: WeeWorld/Swiffotron

공개 메소드들

메소드 설명
WriteBuffer ( Tag tag, string logdata ) : System.Collections.Generic

비공개 메소드들

메소드 설명
WriteBuffer ( MemoryStream bytes ) : System.Collections.Generic

메소드 상세

WriteBuffer() 공개 메소드

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