C# Class TiltBrushToolkit.BufferedStreamReader

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

Méthodes publiques

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

public BufferedStreamReader ( Stream stream, int bufferSize, long contentLength ) : System
stream Stream
bufferSize int
contentLength long
Résultat System

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