blob: 233b0cba0028d5216f78d09deb95b021f2c5ecb7 (
plain) (
blame)
1
2
3
4
5
6
7
|
The IO::Like module provides all of the methods of typical IO implementations
such as File; most importantly the read, write, and seek series of methods. A
class which includes IO::Like needs to provide only a few methods in order to
enable the higher level methods. Buffering is automatically provided by default
for the methods which normally provide it in IO.
WWW: https://github.com/javanthropus/io-like
|