-
- Downloads
Added seeking support for raw connections.
Although documentation of function 'seek' states, that support ist just available for file connections, it also works for raw connections.
Showing
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/RError.java 2 additions, 1 deletion...le.r.runtime/src/com/oracle/truffle/r/runtime/RError.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/RawConnections.java 38 additions, 1 deletion...src/com/oracle/truffle/r/runtime/conn/RawConnections.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/conn/SeekableMemoryByteChannel.java 1 addition, 0 deletions...cle/truffle/r/runtime/conn/SeekableMemoryByteChannel.java
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test 3 additions, 0 deletions...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
- com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/builtins/connection/R/rawConnection_seek.R 8 additions, 0 deletions...truffle/r/test/builtins/connection/R/rawConnection_seek.R
Loading
Please register or sign in to comment