Table of Contents

Class StbiStreamWrapper

Namespace
ReFuel.Stb
Assembly
ReFuel.StbImage.dll

An easy-to-use stream wrapper for use with STBI image load functions.

public class StbiStreamWrapper : IDisposable
Inheritance
StbiStreamWrapper
Implements
Inherited Members

Constructors

StbiStreamWrapper(Stream, bool)

public StbiStreamWrapper(Stream stream, bool keepOpen = false)

Parameters

stream Stream
keepOpen bool

Fields

Callbacks

public readonly stbi_io_callbacks Callbacks

Field Value

stbi_io_callbacks

Methods

Dispose()

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

public void Dispose()