Message9534

Author santa4nt
Recipients jamesls, santa4nt, zyasoft
Date 2015-02-20.22:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424471638.84.0.518380666324.issue2068@psf.upfronthosting.co.za>
In-reply-to
Content
>> why it does not return updated value after each #write() call

D'oh. I was looking at the wrong overloaded #write() JavaDoc. The correct one [1] does say:

    """ This method does not modify this channel's position. """

[1] http://docs.oracle.com/javase/7/docs/api/java/nio/channels/FileChannel.html#write(java.nio.ByteBuffer,%20long)
History
Date User Action Args
2015-02-20 22:33:58santa4ntsetmessageid: <1424471638.84.0.518380666324.issue2068@psf.upfronthosting.co.za>
2015-02-20 22:33:58santa4ntsetrecipients: + santa4nt, zyasoft, jamesls
2015-02-20 22:33:58santa4ntlinkissue2068 messages
2015-02-20 22:33:58santa4ntcreate