Method seek(long pos)
Return type: void
Member of:
java.io.RandomAccessFile
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
raf.seek(de.getOffset());
2
file.seek(0);
3
raf.seek(0);
4
raf.seek(0);
5
indexFile.seek(0);
6
raf.seek(0);
7
mFile.seek(0);
8
fd.seek(0) ;
9
seek(0x4c);
10
intRelNbrFile.seek(0);
11
file.seek(pos);
12
file.seek(pos);
13
inputStream.seek(0);
14
{ras.seek(loc); return;}
15
_tempfile.seek((long)at_offset);
16
raf.seek(offset[bufferNumber]+dirtyRange[bufferNumber][0]);
17
rf.seek(pos);
18
file.seek(fileOffset);
19
file.seek(pos);
20
file.seek(offset);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.