C# 클래스 Recurity.Swf.BaseFile

An abstract class template for Swf files
상속: Interfaces.ISwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter

공개 메소드들

메소드 설명
Read ( Stream input ) : Stream

Write ( Stream output ) : void

보호된 메소드들

메소드 설명
ReadHeader ( Stream input ) : void

Reads the header of an Swf file. Defines signature, version and length

WriteHeader ( Stream output ) : void

메소드 상세

Read() 공개 추상적인 메소드

public abstract Read ( Stream input ) : Stream
input Stream
리턴 Stream

ReadHeader() 보호된 메소드

Reads the header of an Swf file. Defines signature, version and length
protected ReadHeader ( Stream input ) : void
input Stream
리턴 void

Write() 공개 추상적인 메소드

public abstract Write ( Stream output ) : void
output Stream
리턴 void

WriteHeader() 보호된 메소드

protected WriteHeader ( Stream output ) : void
output Stream
리턴 void