You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow users to integrate the SBDF code with systems that do not utilize C FILE * pointers and the C standard I/O functions (from <stdio.h>), such as Python io.BytesIO objects for in-memory buffers, provide a mechanism for using alternate I/O functions. This would be useful for implementing spotfiresoftware/spotfire-python#63.
The text was updated successfully, but these errors were encountered:
To allow users to integrate the SBDF code with systems that do not utilize C
FILE *
pointers and the C standard I/O functions (from<stdio.h>
), such as Pythonio.BytesIO
objects for in-memory buffers, provide a mechanism for using alternate I/O functions. This would be useful for implementing spotfiresoftware/spotfire-python#63.The text was updated successfully, but these errors were encountered: