C# 클래스 translatr.CineFile

파일 보기 프로젝트 열기: sephiroth99/translatr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name String
sourcePath String

공개 메소드들

메소드 설명
CineFile ( String srcpath, String name, bool isBE ) : System
CineFile ( bool isBE ) : System
add ( SubtitleEntry e ) : void
getSubtitles ( ) : List
isSubs ( ) : bool
parse ( Stream s ) : void
parse ( String path ) : void
rebuild ( String path ) : void

비공개 메소드들

메소드 설명
blockChangeSub ( byte array, SubtitleEntry entry, int blockno ) : byte[]
findChangedEntry ( uint blockno ) : int
findSubsStartIndex ( byte array, int endidx ) : int
parseBlock ( byte array, int block ) : void
parseSubsBlock ( List entries, String s, int block ) : void
parseSubtitles ( ) : void
rebuildSubsBlock ( List entries, int blockNumber ) : byte[]

메소드 상세

CineFile() 공개 메소드

public CineFile ( String srcpath, String name, bool isBE ) : System
srcpath String
name String
isBE bool
리턴 System

CineFile() 공개 메소드

public CineFile ( bool isBE ) : System
isBE bool
리턴 System

add() 공개 메소드

public add ( SubtitleEntry e ) : void
e SubtitleEntry
리턴 void

getSubtitles() 공개 메소드

public getSubtitles ( ) : List
리턴 List

isSubs() 공개 메소드

public isSubs ( ) : bool
리턴 bool

parse() 공개 메소드

public parse ( Stream s ) : void
s Stream
리턴 void

parse() 공개 메소드

public parse ( String path ) : void
path String
리턴 void

rebuild() 공개 메소드

public rebuild ( String path ) : void
path String
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public String name
리턴 String

sourcePath 공개적으로 프로퍼티

public String sourcePath
리턴 String