C# Class SkiaSharp.SKStream

Inheritance: SKObject
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method 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

Method Description
SKStream ( IntPtr handle, bool owns ) : System

Method Details

Move() public method

public Move ( long offset ) : bool
offset long
return bool

Read() public method

public Read ( byte buffer, int size ) : int
buffer byte
size int
return int

ReadByte() public method

public ReadByte ( ) : Byte
return Byte

ReadInt16() public method

public ReadInt16 ( ) : Int16
return System.Int16

ReadInt32() public method

public ReadInt32 ( ) : Int32
return System.Int32

ReadSByte() public method

public ReadSByte ( ) : SByte
return SByte

ReadUInt16() public method

public ReadUInt16 ( ) : UInt16
return System.UInt16

ReadUInt32() public method

public ReadUInt32 ( ) : UInt32
return System.UInt32

Rewind() public method

public Rewind ( ) : bool
return bool

Seek() public method

public Seek ( int position ) : bool
position int
return bool

Skip() public method

public Skip ( int size ) : int
size int
return int