G
Gilbert Tordeur
Hello,
My program is creating pdf files, around 50 - 100 kB each. Today I write
them in text files, then read them back to store into a database. It's
obvious for me that I can save the text file operations by creating a big
string in memory (only append), but it's unclear what class to use : String
StringBuilder, Stream something or ?
My pdf files contain mainly text, but some of them could also contain a jpeg
image.
Thank you for your help,
Gilbert
My program is creating pdf files, around 50 - 100 kB each. Today I write
them in text files, then read them back to store into a database. It's
obvious for me that I can save the text file operations by creating a big
string in memory (only append), but it's unclear what class to use : String
StringBuilder, Stream something or ?
My pdf files contain mainly text, but some of them could also contain a jpeg
image.
Thank you for your help,
Gilbert