FLAM Issue Tracker - FL5
View Issue Details
0000417FL54. Element, Byte, Record or other APIpublic2014-04-28 12:262014-10-28 15:48
Falk Reichbott 
Tilo Eckert 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.0 
5.15.1 
0000417: Add FLUC stream interface for C++
For C++ a stream clas as stub in the FLUC byte interface would be useful.
No tags attached.
related to 0000416assigned Tilo Eckert Add remote FLUC stream interface for Java 
Issue History
2014-04-28 12:26Falk ReichbottNew Issue
2014-04-28 12:26Falk ReichbottStatusnew => assigned
2014-04-28 12:26Falk ReichbottAssigned To => Tilo Eckert
2014-04-28 12:26Falk ReichbottRelationship addedrelated to 0000416
2014-10-28 15:48Falk ReichbottNote Added: 0000669
2014-10-28 15:48Falk ReichbottStatusassigned => resolved
2014-10-28 15:48Falk ReichbottFixed in Version => 5.1
2014-10-28 15:48Falk ReichbottResolutionopen => fixed
2014-12-02 07:43Falk ReichbottCategory4. Element, Byte or Record API => 4. Element, Byte, Record or other API

Notes
(0000669)
Falk Reichbott   
2014-10-28 15:48   
The byte interface for C++ was realised as stream buffer to use with istream/ostream.

flcbyt_buffer is a streambuf implementation that allows to use the C++ stream facilities to read and write files via FLUC. It is supposed to be passed to an istream or ostream object. The stream buffer is backed by the FLUC byte interface. (fcb*() functions)

The interface is available with FLAM 5.0.34=5.1 as DLL/SO for all platforms.