9b7d0d1624
update copyright years
2014-04-23 15:33:41 -06:00
b1d2f66194
Add FileChannel#size()
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2013-12-04 15:23:03 -06:00
3681ae508e
Implement a rudimentary RandomAccessFile#getChannel
...
This implementation is by no means intended to be complete, just enough to
support running http://http://loci.wisc.edu/software/bio-formats's
loci.formats.tools.ImageConverter tool.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2013-10-21 10:59:59 -05:00
2c0a1c726d
Add write support for RandomAccessFile
...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2013-10-21 10:59:59 -05:00
905ddfe613
Add the RandomAccessFile(File file, String mode) constructor
...
As per the Java API.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2013-10-21 10:59:58 -05:00
18f6f7881a
RandomAccessFile: support opening for read/write
...
So far, we only allowed opening in read-only mode. Now, we also support
read/write mode in addition.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2013-10-21 10:55:26 -05:00
87b02eb949
update copyright years
...
Previously, I used a shell script to extract modification date ranges
from the Git history, but that was complicated and unreliable, so now
every file just gets the same year range in its copyright header. If
someone needs to know when a specific file was modified and by whom,
they can look at the Git history themselves; no need to include it
redundantly in the header.
2013-07-02 20:52:38 -06:00
c8ca83836a
Fix RAF
2013-02-09 09:42:12 +02:00
f1b2b3f78d
RandomAccessFile
2013-02-09 09:42:12 +02:00
d6aff87ef9
Add java lang math methods
2013-02-09 09:42:11 +02:00
0addd8c814
update copyright years
2012-05-11 17:43:27 -06:00
2b2a2e9446
Completion of previous fix.
2011-11-03 19:30:44 -06:00
216b9a05ea
RandomAccessFile now correctly reports lengths for growing files.
2011-11-03 13:39:24 -06:00
3b1c769d2b
Fixed RandomAccessFile to update position after reads.
2011-10-24 09:01:17 -06:00
c80eb51c17
Merge branch 'master' into powerpc
...
Conflicts:
makefile
src/assembler.h
src/compile.cpp
src/compiler.cpp
src/compiler.h
src/finder.cpp
2008-11-11 08:21:48 -07:00