C# 클래스 NVorbis.BufferedReadStream

A thread-safe, read-only, buffering stream wrapper.
상속: Stream
파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 메소드들

메소드 설명
BufferedReadStream ( Stream baseStream ) : System
BufferedReadStream ( Stream baseStream, bool minimalRead ) : System
BufferedReadStream ( Stream baseStream, int initialSize, int maxSize ) : System
BufferedReadStream ( Stream baseStream, int initialSize, int maxBufferSize, bool minimalRead ) : System
Discard ( int bytes ) : void
DiscardThrough ( long offset ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReleaseLock ( ) : void
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
TakeLock ( ) : void
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CheckLock ( ) : void

메소드 상세

BufferedReadStream() 공개 메소드

public BufferedReadStream ( Stream baseStream ) : System
baseStream Stream
리턴 System

BufferedReadStream() 공개 메소드

public BufferedReadStream ( Stream baseStream, bool minimalRead ) : System
baseStream Stream
minimalRead bool
리턴 System

BufferedReadStream() 공개 메소드

public BufferedReadStream ( Stream baseStream, int initialSize, int maxSize ) : System
baseStream Stream
initialSize int
maxSize int
리턴 System

BufferedReadStream() 공개 메소드

public BufferedReadStream ( Stream baseStream, int initialSize, int maxBufferSize, bool minimalRead ) : System
baseStream Stream
initialSize int
maxBufferSize int
minimalRead bool
리턴 System

Discard() 공개 메소드

public Discard ( int bytes ) : void
bytes int
리턴 void

DiscardThrough() 공개 메소드

public DiscardThrough ( long offset ) : void
offset long
리턴 void

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReleaseLock() 공개 메소드

public ReleaseLock ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

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

TakeLock() 공개 메소드

public TakeLock ( ) : void
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void