C# Class SFML.Window.InputStream

Show file Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
GetSize GetSizeCallbackType
Read ReadCallbackType
Seek SeekCallbackType
Tell TellCallbackType

Property Details

GetSize public property

Function that is called to return the size
public GetSizeCallbackType GetSize
return GetSizeCallbackType

Read public property

Function that is called to read data from the stream
public ReadCallbackType Read
return ReadCallbackType

Seek public property

Function that is called to seek the stream
public SeekCallbackType Seek
return SeekCallbackType

Tell public property

Function that is called to return the positon
public TellCallbackType Tell
return TellCallbackType