Generic writable stream?
BlitzMax Forums/BlitzMax Programming/Generic writable stream?| 
 | ||
| I want to create a generic stream for reading and writing.  This will never be saved on the hard drive as a file.  What should I use? | 
| 
 | ||
| Could create a TBankStream.  Lets you read/write to a bank using the stream class. | 
| 
 | ||
| But that is a fixed length. | 
| 
 | ||
| Take this then ;) i havent fully tested this though.. it was something i had lying around. | 
| 
 | ||
| As far as I remember TBankStream is not fixed length. Just pass Null to CreateBankStream. |