C# 클래스 TiltBrushToolkit.BufferedStreamReader

상속: IBufferReader
파일 보기 프로젝트 열기: icosa-gallery/open-brush-toolkit

공개 메소드들

메소드 설명
BufferedStreamReader ( Stream stream, int bufferSize, long contentLength ) : System
Dispose ( ) : void
GetContentLength ( ) : long
Read ( Array dest, int destOffset, int readStart, int readSize ) : void
Read ( IntPtr destination, int readStart, int readSize ) : void

메소드 상세

BufferedStreamReader() 공개 메소드

public BufferedStreamReader ( Stream stream, int bufferSize, long contentLength ) : System
stream Stream
bufferSize int
contentLength long
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetContentLength() 공개 메소드

public GetContentLength ( ) : long
리턴 long

Read() 공개 메소드

public Read ( Array dest, int destOffset, int readStart, int readSize ) : void
dest Array
destOffset int
readStart int
readSize int
리턴 void

Read() 공개 메소드

public Read ( IntPtr destination, int readStart, int readSize ) : void
destination IntPtr
readStart int
readSize int
리턴 void