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

파일 보기 프로젝트 열기: sahands/a-id3

공개 메소드들

메소드 설명
Parse ( byte data, int offset ) : int

When overridden in a derived class, parses the field data from the given byte array starting at position 'offset'.

WriteToStream ( Stream stream ) : void

When overridden in a derived class, writes the field to a given stream.

메소드 상세

Parse() 공개 메소드

When overridden in a derived class, parses the field data from the given byte array starting at position 'offset'.
public Parse ( byte data, int offset ) : int
data byte Byte array to parse from.
offset int Index in the byte array at which parsing starts.
리턴 int

WriteToStream() 공개 메소드

When overridden in a derived class, writes the field to a given stream.
/// The passed stream was null. ///
public WriteToStream ( Stream stream ) : void
stream Stream The stream to write to.
리턴 void