Searched refs:seek (Results 1 – 9 of 9) sorted by relevance
130 iterator.seek(0); in checkReadByte()174 iterator.seek(offset); in seekRead()180 iterator.seek(offset); in seekReadExpectFailure()247 iterator.seek(1); in testReadShort_bigEndian()269 iterator.seek(1); in testReadShort_littleEndian()279 iterator.seek(-1); in checkShortFailureCases()283 iterator.seek(-2); in checkShortFailureCases()287 iterator.seek(9); in checkShortFailureCases()291 iterator.seek(10); in checkShortFailureCases()309 iterator.seek(1); in testReadInt_bigEndian()[all …]
62 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()68 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()74 raf.seek(0); in test_ConstructorLjava_io_FileLjava_lang_String()261 raf.seek(0); in test_readBoolean()273 raf.seek(0); in test_readByte()285 raf.seek(0); in test_readChar()297 raf.seek(0); in test_readDouble()310 raf.seek(0); in test_readFloat()324 raf.seek(0); in test_readFully$B()340 raf.seek(0); in test_readFully$BII()[all …]
264 raf.seek(0); in test_read_write()387 raf.seek(0); in test_read_writeBoolean()427 raf.seek(0); in test_read_writeByte()473 raf.seek(0); in test_read_writeChar()516 raf.seek(0); in test_read_writeDouble()553 raf.seek(0); in test_read_writeFloat()593 raf.seek(0); in test_read_writeInt()639 raf.seek(0); in test_read_writeLong()685 raf.seek(0); in test_read_writeShort()727 raf.seek(0); in test_read_writeUTF()[all …]
47 raf.seek(Long.MAX_VALUE); in testSeekTooLarge()
176 raf.seek(0); in testRandomAccessFile()217 ras.seek(0); in testUnbufferedIO()245 ras.seek(0); in testUnbufferedIO()278 ras.seek(0); in testUnbufferedIO()
33 public abstract void seek(int offset); in seek() method in BufferIterator
54 public void seek(int offset) { in seek() method in NioBufferIterator
512 seek(newpos); in skipBytes()608 public void seek(long pos) throws IOException { in seek() method in RandomAccessFile674 seek(newLength); in setLength()1012 seek(cur); in readLine()
104 public void seek(long pos) throws java.io.IOException { in seek() method in RandomAccessFile