|
|
|
|
|
by sytelus
2791 days ago
|
|
The abstraction is not really file but stream of bytes. It turns of any object with stream of bytes will need similar set of operations: open, create, read, write, close, seek etc. This is fairly generic and powerful abstraction. |
|