Skip to content
Snippets Groups Projects
Commit b431f0ce authored by Florian Angerer's avatar Florian Angerer
Browse files

Continued refactoring of connection implementation.

- Moved DelegateRConnection and subclasses into separate files (for better overview).
- Increased code sharing of readLines, readChar, readBin (same for write) by providing standard implementation in the delegate classes. Hence, implementation of, for example, named pipes (FIFOs) is almost trivial.
- Fixed some bug in SeekableMemoryByteChannel and changed behavior if a byte array is provided in the constructor.
- Implemented push back reset when seeking.

Added initial test class for FIFOs and added tests to file and text connections.
Implemented function "fifo" for working with named pipes.
parent d64edadf
Branches
No related tags found
Loading
Showing
with 1263 additions and 880 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment