This is an IO which combines stream reader, stream writer, binary reader, binary writer and filestream. It has also got the ability to read and write hexstrings*. It is a very compact, very useful tool to have. The abilty to read and write hex also adds the ability to wirite IDs, license keys ect.
*A hexstring is a string containing a hexagonal object ie, 7F 4E 1A.
Classes explained: -Basestream = filestream -_in = reader -_out = writer -binary = binary reader or writer -stream = stream reader or writer |