C# 클래스 WaveLib.WaveStream

상속: Stream
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
Read ( byte buf, int ofs, int count ) : int
Seek ( long pos, SeekOrigin o ) : long
SetLength ( long len ) : void
WaveStream ( Stream S ) : System
WaveStream ( string fileName ) : System
Write ( byte buf, int ofs, int count ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
ReadChunk ( BinaryReader reader ) : string
ReadHeader ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buf, int ofs, int count ) : int
buf byte
ofs int
count int
리턴 int

Seek() 공개 메소드

public Seek ( long pos, SeekOrigin o ) : long
pos long
o SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long len ) : void
len long
리턴 void

WaveStream() 공개 메소드

public WaveStream ( Stream S ) : System
S Stream
리턴 System

WaveStream() 공개 메소드

public WaveStream ( string fileName ) : System
fileName string
리턴 System

Write() 공개 메소드

public Write ( byte buf, int ofs, int count ) : void
buf byte
ofs int
count int
리턴 void