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

Implemented seeking from end position.

parent 1851b658
No related branches found
No related tags found
No related merge requests found
......@@ -363,8 +363,8 @@ abstract class DelegateRConnection implements RConnection, ByteChannel {
channel.position(offset);
break;
case END:
throw RInternalError.unimplemented();
channel.position(channel.size());
break;
}
return position;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment