Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #22468 > unrolled thread
| Started by | qwertmonkey@syberianoutpost.ru |
|---|---|
| First post | 2013-02-23 15:36 +0000 |
| Last post | 2013-02-23 15:36 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.java.programmer
offsets in a FileChannel ... qwertmonkey@syberianoutpost.ru - 2013-02-23 15:36 +0000
| From | qwertmonkey@syberianoutpost.ru |
|---|---|
| Date | 2013-02-23 15:36 +0000 |
| Subject | offsets 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
Back to top | Article view | comp.lang.java.programmer
csiph-web