• Main
  • About
  • Download
  • Contact
  • Docs
  • News
  • Develop
  • Contribute
  • Options
    • Show pagesource
    • Backlinks
    • Media Manager
    • Sitemap
  • Login / Register

Navigation

  • Developing with EFL
  • Setting Up EFL
  • Tutorials: Legacy API
  • Tutorials: Unified C API
  • Tutorials: Unified C# API
  • Programming Guides: Legacy API
  • Programming Guides: Unified C API
  • Programming Guides: Unified C# API
  • Reference Guide: Legacy API
  • Reference Guide: Unified C API
  • Reference Guide: Unified C# API 🌐

Page Contents

  • Description
  • Values
  • Signature
  • C signature
  • Implemented by
  • Top of Page

Efl.Io.Reader.eos

Description

If true will notify end of stream.

Since 1.22

Values

  • is_eos - true if end of stream, false otherwise

Signature

@property eos @pure_virtual {
    get {}
    set @protected {}
    values {
        is_eos: bool;
    }
}

C signature

Eina_Bool efl_io_reader_eos_get(const Eo *obj);
void efl_io_reader_eos_set(Eo *obj, Eina_Bool is_eos);

Implemented by

  • Efl.Io.Reader.eos
  • Efl.Io.Buffered_Stream.eos
  • Efl.Appthread.eos
  • Efl.Io.Reader_Fd.eos
  • Efl.Net.Socket_Fd.eos
  • Efl.Exe.eos
  • Efl.Net.Socket_Ssl.eos
  • Efl.Net.Server_Udp_Client.eos
  • Efl.Net.Dialer_Websocket.eos
  • Efl.Net.Dialer_Http.eos
  • Efl.Net.Socket_Windows.eos
  • Efl.Thread.eos
  • Efl.Io.Buffer.eos
  • Efl.Io.Queue.eos