C# Class TiltBrushToolkit.Reader

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

Public Methods

Method Description
Dispose ( ) : void
GetContentLength ( ) : long
Read ( Array dest, int destOffset, int readStart, int readSize ) : void
Read ( IntPtr destination, int readStart, int readSize ) : void
Reader ( Array data ) : System

Method Details

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

Reader() public method

public Reader ( Array data ) : System
data Array
return System