C# Class SkiaSharp.SKStream

Inheritance: SKObject
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
Move ( long offset ) : bool
Read ( byte buffer, int size ) : int
ReadByte ( ) : Byte
ReadInt16 ( ) : Int16
ReadInt32 ( ) : Int32
ReadSByte ( ) : SByte
ReadUInt16 ( ) : UInt16
ReadUInt32 ( ) : UInt32
Rewind ( ) : bool
Seek ( int position ) : bool
Skip ( int size ) : int

Private Methods

Méthode Description
SKStream ( IntPtr handle, bool owns ) : System

Method Details

Move() public méthode

public Move ( long offset ) : bool
offset long
Résultat bool

Read() public méthode

public Read ( byte buffer, int size ) : int
buffer byte
size int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : Byte
Résultat Byte

ReadInt16() public méthode

public ReadInt16 ( ) : Int16
Résultat System.Int16

ReadInt32() public méthode

public ReadInt32 ( ) : Int32
Résultat System.Int32

ReadSByte() public méthode

public ReadSByte ( ) : SByte
Résultat SByte

ReadUInt16() public méthode

public ReadUInt16 ( ) : UInt16
Résultat System.UInt16

ReadUInt32() public méthode

public ReadUInt32 ( ) : UInt32
Résultat System.UInt32

Rewind() public méthode

public Rewind ( ) : bool
Résultat bool

Seek() public méthode

public Seek ( int position ) : bool
position int
Résultat bool

Skip() public méthode

public Skip ( int size ) : int
size int
Résultat int