C# 클래스 csvorbis.Comment

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

공개 프로퍼티들

프로퍼티 타입 설명
comment_lengths int[]
comments int
user_comments byte[][]
vendor byte[]

공개 메소드들

메소드 설명
add ( String comment ) : void
add_tag ( String tag, String contents ) : void
getComment ( int i ) : String
getVendor ( ) : String
header_out ( Packet op ) : int
init ( ) : void
query ( String tag ) : String
query ( String tag, int count ) : String
toString ( ) : String

비공개 메소드들

메소드 설명
add ( byte comment ) : void
clear ( ) : void
pack ( csBuffer opb ) : int
query ( byte tag, int count ) : int
tagcompare ( byte s1, byte s2, int n ) : bool
unpack ( csBuffer opb ) : int

메소드 상세

add() 공개 메소드

public add ( String comment ) : void
comment String
리턴 void

add_tag() 공개 메소드

public add_tag ( String tag, String contents ) : void
tag String
contents String
리턴 void

getComment() 공개 메소드

public getComment ( int i ) : String
i int
리턴 String

getVendor() 공개 메소드

public getVendor ( ) : String
리턴 String

header_out() 공개 메소드

public header_out ( Packet op ) : int
op csogg.Packet
리턴 int

init() 공개 메소드

public init ( ) : void
리턴 void

query() 공개 메소드

public query ( String tag ) : String
tag String
리턴 String

query() 공개 메소드

public query ( String tag, int count ) : String
tag String
count int
리턴 String

toString() 공개 메소드

public toString ( ) : String
리턴 String

프로퍼티 상세

comment_lengths 공개적으로 프로퍼티

public int[] comment_lengths
리턴 int[]

comments 공개적으로 프로퍼티

public int comments
리턴 int

user_comments 공개적으로 프로퍼티

public byte[][] user_comments
리턴 byte[][]

vendor 공개적으로 프로퍼티

public byte[] vendor
리턴 byte[]