10 Şubat 2017 Cuma

iostreams file_descriptor_sink Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <boost/iostreams/device/file_descriptor.hpp>
Constructor
Şöyle yaparız.
bis::file_descriptor_sink fd_sink (..., bis::close_handle);
Stream ile Kullanım
Bu sınıf bir stream ile kullanılabilir. Şu satırı dahil ederiz.
#include <boost/iostreams/stream.hpp>
Örnek 1 - Stream Constructor
Şöyle yaparız.
bis::stream<bis::iostreams::file_descriptor_source> stream (fd_sink);
Stream normal işlemlerde tabi tutulur.
stream << "...";

Hiç yorum yok:

Yorum Gönder