adds 'nativeavailable()' and 'read(buf,offset,len)' methods into FileInputStream...
authoryeom <yeom>
Mon, 15 Aug 2011 01:13:10 +0000 (01:13 +0000)
committeryeom <yeom>
Mon, 15 Aug 2011 01:13:10 +0000 (01:13 +0000)
commite497b0d05da3e13b5365cc477a6b7d792208b7f7
tree032a788da2ad50a3b5a90cdb9ddd4d8a7501afd8
parentb124b7bf09a5eed6e272119acba9cfc5a1374b60
adds 'nativeavailable()' and 'read(buf,offset,len)' methods into FileInputStream. 'nativeavailable' returns the number of bytes that can be read from the current file. 'read(buf,offset,len)' reads up to 'len' bytes from the current file  with the start offset to the destination array buf.
Robust/src/ClassLibrary/SSJava/FileInputStream.java
Robust/src/Runtime/file.c