C# 클래스 Achamenes.ID3.Fields.FixedLengthAsciiTextField

상속: TextField
파일 보기 프로젝트 열기: sahands/a-id3 1 사용 예제들

공개 메소드들

메소드 설명
FixedLengthAsciiTextField ( int length ) : System
FixedLengthAsciiTextField ( string text ) : System
Parse ( byte data, int offset ) : int
WriteToStream ( System stream ) : void

메소드 상세

FixedLengthAsciiTextField() 공개 메소드

public FixedLengthAsciiTextField ( int length ) : System
length int
리턴 System

FixedLengthAsciiTextField() 공개 메소드

public FixedLengthAsciiTextField ( string text ) : System
text string
리턴 System

Parse() 공개 메소드

public Parse ( byte data, int offset ) : int
data byte
offset int
리턴 int

WriteToStream() 공개 메소드

public WriteToStream ( System stream ) : void
stream System
리턴 void