StreamAdaptor Class

SFML.Net

StreamAdaptor Class
Adapts a System.IO.Stream to be usable as a SFML InputStream
Inheritance Hierarchy
SystemObject  SFML.WindowStreamAdaptor

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public class StreamAdaptor : IDisposable
Public Class StreamAdaptor
	Implements IDisposable
public ref class StreamAdaptor : IDisposable
type StreamAdaptor =  
    class
        interface IDisposable
    end

The StreamAdaptor type exposes the following members.

Constructors
  NameDescription
Public methodStreamAdaptor
Construct from a System.IO.Stream
Top
Methods
  NameDescription
Public methodDispose
Explicitely dispose the object
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Dispose the object
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyInputStreamPtr
The pointer to the CSFML InputStream structure
Top
See Also