Skip to main content

Class SKStreamAsset

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKStreamAsset : IDisposable

Inheritance

objectSKStreamAsset

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Length

public int Length { get; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Read(byte[], int)

public int Read(byte[] buffer, int count)

Parameters

buffer byte[]

count int

Returns

int