Update j2se IO implementation to use RandomAccessFile to support seek.

This commit is contained in:
James Roseborough
2008-12-04 19:37:02 +00:00
parent f382aa552d
commit b54ef775d2
3 changed files with 237 additions and 155 deletions

View File

@@ -1,5 +1,6 @@
-- simple io-library tests
print( io ~= nil )
print( io.open ~= nil )
print( io.stdin ~= nil )
print( io.stdout ~= nil )
print( io.stderr ~= nil )