C# Class TiltBrushToolkit.BufferedStreamReader

Inheritance: IBufferReader
Show file Open project: icosa-gallery/open-brush-toolkit

Public Methods

Method Description
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

Method Details

BufferedStreamReader() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetContentLength() public method

public GetContentLength ( ) : long
return long

Read() public method

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

Read() public method

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