Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #22468 > unrolled thread

offsets in a FileChannel ...

Started byqwertmonkey@syberianoutpost.ru
First post2013-02-23 15:36 +0000
Last post2013-02-23 15:36 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

  offsets in a FileChannel ... qwertmonkey@syberianoutpost.ru - 2013-02-23 15:36 +0000

#22468 — offsets in a FileChannel ...

Fromqwertmonkey@syberianoutpost.ru
Date2013-02-23 15:36 +0000
Subjectoffsets in a FileChannel ...
Message-ID<kganl8$ir2$1@speranza.aioe.org>
 Also let's say after getting all the offsets at which a certain character
appears on a file, you want to check those offsets, by going the other way
around, that is setting the offset on the FileChannel and reading the
character off the buffer:
~ 
 FileChannel.position(lffst);
 c = cBfrUTF8.get();
~ 
 How would do that?
~ 
 lbrtchx

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web