C# Class TiltBrushToolkit.Reader

Inheritance: IBufferReader
Afficher le fichier Open project: icosa-gallery/open-brush-toolkit

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetContentLength() public méthode

public GetContentLength ( ) : long
Résultat long

Read() public méthode

public Read ( Array dest, int destOffset, int readStart, int readSize ) : void
dest Array
destOffset int
readStart int
readSize int
Résultat void

Read() public méthode

public Read ( IntPtr destination, int readStart, int readSize ) : void
destination IntPtr
readStart int
readSize int
Résultat void

Reader() public méthode

public Reader ( Array data ) : System
data Array
Résultat System