Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Salehi

Salehi

Salehi has asked 1 questions and find answers to 21 problems.

Stats

264
EtPoint
35
Vote count
1
questions
21
answers

About

A BIO is an I/O abstraction, it hides many of the underlying I/O details from an application. If an application uses a BIO for its I/O it can transparently handle SSL connections, unencrypted network connections and file I/O. There are two type of BIO, a source/sink BIO and a filter BIO.