SFML.Net
StreamAdaptor Constructor |
Construct from a System.IO.Stream
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public StreamAdaptor( Stream stream )
Public Sub New ( stream As Stream )
public: StreamAdaptor( Stream^ stream )
new : stream : Stream -> StreamAdaptor
Parameters
- stream
- Type: System.IOStream
Stream to adapt
