SKStream.ReadSByte Method

Definition

Overloads

ReadSByte()

Read a single, signed byte.

ReadSByte(SByte)

Read a single, signed byte.

ReadSByte()

Read a single, signed byte.

public sbyte ReadSByte ();

Returns

Returns the signed byte that was read.

Applies to

SkiaSharp 2.88.x and other versions
Product Versions
SkiaSharp 1.60.x, 1.68.x, 2.80.x, 2.88.x

ReadSByte(SByte)

Read a single, signed byte.

public bool ReadSByte (out sbyte buffer);

Parameters

buffer
SByte

The signed byte that was read.

Returns

Returns true if the read was successful, otherwise false.

Applies to

SkiaSharp 2.88.x and other versions
Product Versions
SkiaSharp 1.68.x, 2.80.x, 2.88.x