Home / api / name / gb.stream.init 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
GB.Stream.Init
Syntax
void GB.Stream.Init ( GB_STREAM *stream , int fd )

Initializes a stream by making it a direct stream, and by setting its file descriptor.

Use this function when you have implemented a stream class that just relies on a system file descriptor.

See also

Stream Management