Previous Top


In what I think of as the classic I/O model, we just read in bytes and write them out again without worrying about encodings at all.

You need to know something about those bytes to process them intelligently in the middle, but as far as input and ouput goes, it's all "bytesoup".
Next Top

doom@kzsu.stanford.edu