-
Framework.MemoryStream.seek()
-
at.jku.sii.sqlitereader.io.ArrayDataInput.seek()
-
com.aelitis.azureus.core.util.QTFastStartRAF.seek()
-
com.ardor3d.util.LittleEndianRandomAccessDataInput.seek()
-
com.bbn.openmap.io.BinaryBufferedFile.seek()
-
com.bbn.openmap.io.BinaryFile.seek()
Set the index of the next character to be read.
@param pos the position to seek to.
@exception IOException Any IO Errors that occur in seeking the underlyingfile.
-
com.lightcrafts.media.jai.codec.SeekableOutputStream.seek()
-
com.lightcrafts.media.jai.codec.SeekableStream.seek()
Sets the offset, measured from the beginning of this stream, at which the next read occurs.
If canSeekBackwards()
returns false
, then setting pos
to an offset smaller than the current value of getFilePointer()
will have no effect.
@param pos the offset position, measured in bytes from the beginning of the stream, at which to set the stream pointer.
@exception IOException if pos
is less than 0
or if an I/O error occurs.
-
com.lightcrafts.utils.file.OrderableRandomAccessFile.seek()
-
com.mobixess.jodb.core.io.IRandomAccessDataBuffer.seek()
-
com.sun.media.jai.codec.MemoryCacheSeekableStream.seek()
Sets the file-pointer offset, measured from the beginning of this file, at which the next read occurs.
@param pos the offset position, measured in bytes from the beginning of the file, at which to set the file pointer.
@exception IOException if pos
is less than 0
or if an I/O error occurs.
-
com.sun.media.jai.codec.SeekableOutputStream.seek()
-
com.sun.media.jai.codec.SeekableStream.seek()
Sets the offset, measured from the beginning of this stream, at which the next read occurs.
If canSeekBackwards()
returns false
, then setting pos
to an offset smaller than the current value of getFilePointer()
will have no effect.
@param pos the offset position, measured in bytes from the beginning of the stream, at which to set the stream pointer.
@exception IOException if pos
is less than 0
or if an I/O error occurs.
-
com.sun.star.io.XSeekable.seek()
-
com.xuggle.xuggler.io.FileProtocolHandler.seek()
-
com.xuggle.xuggler.io.IURLProtocolHandler.seek()
A request from FFMPEG to seek to a position in the stream.
@param offset The offset in bytes.
@param whence Where that offset is relative to. Follow the C stdlib fseek() conventions EXCEPT{@link #SEEK_SIZE} should return back the size of the stream in bytes if known without adjustingthe seek pointer.
@return -1 if not supported, else the position relative to whence
-
com.zesped.model.Employees.seek()
-
dovetaildb.querynode.QueryNode.seek()
Skips to the first term at or following the given doc id and term. Remains in place is this requirement is already satisfied.
-
eu.mosaic_cloud.drivers.filesystem.AbstractFileHandlerDriver.seek()
-
eu.stratosphere.core.fs.FSDataInputStream.seek()
Seek to the given offset from the start of the file. The next read() will be from that location. Can't seek past the end of the file.
@param desired the desired offset
@throws IOException thrown if an error occurred while seeking inside the input stream
-
gov.nasa.jpf.autodoc.types.scanner.TargetScanner.seek()
A generic recursive file finder with filename filter. It sorts file list in alphabetical order and removes repeated elements.
@param file It could be a folder or a file.
@param filter Crafted name filter of files. It specifies which files to seek.
@return a list of files selected by the filename filter.
-
htsjdk.samtools.seekablestream.SeekableFileStream.seek()
-
htsjdk.samtools.seekablestream.SeekableStream.seek()
-
isi.pasco2.io.FastReadIndexFile.seek()
-
isi.pasco2.io.IndexFile.seek()
-
java.io.InputStream.seek()
-
java.io.RandomAccessFile.seek()
Seeks to the position pos
in this RandomAccessFile. All read/write/skip methods sent will be relative to pos
.
@param pos the desired file pointer position
@throws IOException If the stream is already closed or another IOException occurs.
-
javafx.scene.media.MediaPlayer.seek()
-
javax.imageio.stream.ImageInputStream.seek()
Sets the current stream position to the desired location. The next read will occur at this location. The bit offset is set to 0.
An IndexOutOfBoundsException
will be thrown if pos
is smaller than the flushed position (as returned by getflushedPosition
).
It is legal to seek past the end of the file; an java.io.EOFException
will be thrown only if a read is performed.
@param pos a long
containing the desired filepointer position.
@exception IndexOutOfBoundsException if pos
is smallerthan the flushed position.
@exception IOException if any other I/O error occurs.
-
javax.imageio.stream.MemoryCacheImageInputStream.seek()
-
javax.media.protocol.Seekable.seek()
-
jcifs.smb.SmbRandomAccessFile.seek()
-
loci.common.IRandomAccess.seek()
-
loci.common.RandomAccessInputStream.seek()
-
me.aurous.ui.panels.ControlPanel.seek()
-
net.nutch.fs.NFSDataInputStream.seek()
-
net.sf.samtools.util.SeekableFileStream.seek()
-
net.sf.samtools.util.SeekableStream.seek()
-
net.sourceforge.jiu.util.SeekableByteArrayOutputStream.seek()
Sets the current position in the output stream to the argument.
@param newOffset new offset into the file, must be >= 0 and <= {@link #getSize}
@throws IOException if the argument is invalid
-
org.antlr.runtime.CharStream.seek()
-
org.antlr.runtime.tree.TreeNodeStream.seek()
-
org.antlr.v4.runtime.CharStream.seek()
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine. If we seek backwards, just set p
-
org.antlr.v4.runtime.TokenStream.seek()
consume() ahead until p==index; can't just set p=index as we must update line and charPositionInLine. If we seek backwards, just set p
-
org.apache.accumulo.core.file.FileCFSkippingIterator.seek()
-
org.apache.accumulo.core.file.FileSKVIterator.seek()
-
org.apache.accumulo.core.file.rfile.RFile.Reader.seek()
-
org.apache.accumulo.core.iterators.AggregatingIterator.seek()
-
org.apache.accumulo.core.iterators.ColumnFamilySkippingIterator.seek()
-
org.apache.accumulo.core.iterators.Combiner.seek()
-
org.apache.accumulo.core.iterators.DeletingIterator.seek()
-
org.apache.accumulo.core.iterators.FamilyIntersectingIterator.seek()
-
org.apache.accumulo.core.iterators.Filter.seek()
-
org.apache.accumulo.core.iterators.FilteringIterator.seek()
-
org.apache.accumulo.core.iterators.InterruptibleIterator.seek()
-
org.apache.accumulo.core.iterators.IntersectingIterator.seek()
-
org.apache.accumulo.core.iterators.LargeRowFilter.seek()
-
org.apache.accumulo.core.iterators.MultiIterator.seek()
-
org.apache.accumulo.core.iterators.RowDeletingIterator.seek()
-
org.apache.accumulo.core.iterators.ScanCache.seek()
-
org.apache.accumulo.core.iterators.SortedMapIterator.seek()
-
org.apache.accumulo.core.iterators.SourceSwitchingIterator.seek()
-
org.apache.accumulo.core.iterators.SystemScanIterator.seek()
-
org.apache.accumulo.core.iterators.VersioningIterator.seek()
-
org.apache.accumulo.core.iterators.WholeRowIterator.seek()
-
org.apache.accumulo.core.iterators.system.ColumnFamilySkippingIterator.seek()
-
org.apache.accumulo.core.iterators.system.ColumnQualifierFilter.seek()
-
org.apache.accumulo.core.iterators.system.DeletingIterator.seek()
-
org.apache.accumulo.core.iterators.system.InterruptibleIterator.seek()
-
org.apache.accumulo.core.iterators.system.MultiIterator.seek()
-
org.apache.accumulo.core.iterators.system.SourceSwitchingIterator.seek()
-
org.apache.accumulo.core.iterators.system.TimeSettingIterator.seek()
-
org.apache.accumulo.core.iterators.system.VisibilityFilter.seek()
-
org.apache.accumulo.core.iterators.user.WholeRowIterator.seek()
-
org.apache.accumulo.examples.simple.filedata.ChunkCombiner.seek()
-
org.apache.accumulo.server.tabletserver.InMemoryMap.MemoryIterator.seek()
-
org.apache.accumulo.server.tabletserver.log.MultiReader.seek()
-
org.apache.accumulo.tserver.InMemoryMap.MemoryIterator.seek()
-
org.apache.activemq.util.RecoverableRandomAccessFile.seek()
-
org.apache.avro.file.SeekableFileInput.seek()
-
org.apache.batik.ext.awt.image.codec.SeekableOutputStream.seek()
-
org.apache.batik.ext.awt.image.codec.util.SeekableOutputStream.seek()
-
org.apache.cassandra.io.BufferedRandomAccessFile.seek()
-
org.apache.cassandra.io.IFileReader.seek()
-
org.apache.cassandra.io.IFileWriter.seek()
Seeks the file pointer to the specified position.
@param position position within the file to seek to.
@throws IOException
-
org.apache.cassandra.io.util.BufferedRandomAccessFile.seek()
-
org.apache.cassandra.io.util.DataIntegrityMetadata.ChecksumValidator.seek()
-
org.apache.cassandra.io.util.FileDataInput.seek()
-
org.apache.cassandra.io.util.RandomAccessReader.seek()
-
org.apache.commons.vfs.RandomAccessContent.seek()
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs. The offset may be set beyond the end of the file. Setting the offset beyond the end of the file does not change the file length. The file length will change only by writing after the offset has been set beyond the end of the file.
Notice: If you use {@link #getInputStream()} you have to reget the InputStream after calling {@link #seek(long)}
@param pos the offset position, measured in bytes from thebeginning of the file, at which to set the file pointer.
@throws IOException if pos
is less than0
or if an I/O error occurs.
-
org.apache.commons.vfs2.RandomAccessContent.seek()
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs. The offset may be set beyond the end of the file. Setting the offset beyond the end of the file does not change the file length. The file length will change only by writing after the offset has been set beyond the end of the file.
Notice: If you use {@link #getInputStream()} you have to reget the InputStream aftercalling {@link #seek(long)}
@param pos the offset position, measured in bytes from thebeginning of the file, at which to set the file pointer.
@throws IOException if pos
is less than0
or if an I/O error occurs.
-
org.apache.derby.io.StorageRandomAccessFile.seek()
Set the file pointer. It may be moved beyond the end of the file, but this does not change the length of the file. The length of the file is not changed until data is actually written..
@param newFilePointer the new file pointer, measured in bytes from the beginning of the file.
@exception IOException - if newFilePointer is less than 0 or an I/O error occurs.
-
org.apache.flex.forks.batik.ext.awt.image.codec.SeekableOutputStream.seek()
-
org.apache.flex.forks.batik.ext.awt.image.codec.util.SeekableOutputStream.seek()
-
org.apache.flink.core.fs.FSDataInputStream.seek()
Seek to the given offset from the start of the file. The next read() will be from that location. Can't seek past the end of the file.
@param desired the desired offset
@throws IOException thrown if an error occurred while seeking inside the input stream
-
org.apache.hadoop.fs.FSDataInputStream.seek()
Seek to the given offset.
@param desired offset to seek to
-
org.apache.hadoop.fs.FSInputStream.seek()
Seek to the given offset from the start of the file. The next read() will be from that location. Can't seek past the end of the file.
-
org.apache.hadoop.fs.Seekable.seek()
Seek to the given offset from the start of the file. The next read() will be from that location. Can't seek past the end of the file.
-
org.apache.hadoop.hbase.regionserver.KeyValueHeap.seek()
Seeks all scanners at or below the specified seek key. If we earlied-out of a row, we may end up skipping values that were never reached yet. Rather than iterating down, we want to give the opportunity to re-seek.
As individual scanners may run past their ends, those scanners are automatically closed and removed from the heap.
This function (and {@link #reseek(KeyValue)}) does not do multi-column Bloom filter and lazy-seek optimizations. To enable those, call {@link #requestSeek(KeyValue,boolean,boolean)}.
@param seekKey KeyValue to seek at or after
@return true if KeyValues exist at or after specified key, false if not
@throws IOException
-
org.apache.hadoop.hbase.regionserver.KeyValueScanner.seek()
Seek the scanner at or after the specified KeyValue.
@param key seek value
@return true if scanner has values left, false if end of scanner
-
org.apache.hadoop.hbase.regionserver.StoreFileScanner.seek()
-
org.apache.hadoop.hbase.util.CollectionBackedScanner.seek()
-
org.apache.hadoop.hdfs.ByteRangeInputStream.seek()
Seek to the given offset from the start of the file. The next read() will be from that location. Can't seek past the end of the file.
-
org.apache.hadoop.hdfs.DFSClient.DFSDataInputStream.seek()
-
org.apache.hadoop.hdfs.DFSClient.DFSInputStream.seek()
-
org.apache.hadoop.hdfs.DFSInputStream.seek()
Seek to a new arbitrary location
-
org.apache.hadoop.hdfs.client.HdfsDataInputStream.seek()
-
org.apache.hadoop.hdfs.server.datanode.BlockDataFile.RandomAccessor.seek()
-
org.apache.hadoop.hdfs.web.WebHdfsFileSystem.OffsetUrlInputStream.seek()
-
org.apache.hadoop.io.compress.CompressionInputStream.seek()
This method is current not supported.
@throws UnsupportedOperationException
-
org.apache.hadoop.yarn.server.utils.LeveldbIterator.seek()
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
-
org.apache.jackrabbit.core.fs.RandomAccessOutputStream.seek()
Sets the current position in the resource where the next write will occur.
@param position the new position in the resource.
@throws IOException if an error occurs while seeking to the position.
-
org.apache.lucene.index.TermDocs.seek()
Sets this to the data for a term. The enumeration is reset to the start of the data for this term.
-
org.apache.lucene.index.TermPositions.seek()
-
org.apache.lucene.store.BufferedChecksumIndexInput.seek()
-
org.apache.lucene.store.ChecksumIndexInput.seek()
-
org.apache.lucene.store.IndexInput.seek()
Sets current position in this file, where the next read will occur.
@see #getFilePointer()
-
org.apache.lucene.store.IndexOutput.seek()
Sets current position in this file, where the next write will occur.
@see #getFilePointer()
-
org.apache.lucene.store.InputStream.seek()
Sets current position in this file, where the next read will occur.
@see #getFilePointer()
-
org.apache.lucene.store.OutputStream.seek()
Sets current position in this file, where the next write will occur.
@see #getFilePointer()
-
org.apache.nutch.fs.NFSDataInputStream.seek()
-
org.apache.pig.backend.datastorage.SeekableInputStream.seek()
Seeks to a given offset as specified by whence flags. If whence is SEEK_SET, offset is added to beginning of stream If whence is SEEK_CUR, offset is added to current position inside stream If whence is SEEK_END, offset is added to end of file position
@param offset
@param whence
@throws IOException
-
org.apache.tajo.storage.CSVFile.CSVScanner.seek()
-
org.apache.xmlgraphics.image.codec.util.SeekableOutputStream.seek()
-
org.broad.igv.util.stream.IGVSeekableBufferedStream.seek()
-
org.broad.igv.util.stream.IGVSeekableFTPStream.seek()
-
org.broad.igv.util.stream.IGVSeekableHTTPStream.seek()
-
org.broad.igv.util.stream.SeekableServiceStream.seek()
-
org.elasticsearch.common.io.stream.BytesStreamOutput.seek()
-
org.entityfs.RandomAccess.seek()
-
org.fto.jthink.io.SmartAccessFile.seek()
设置文件指针当前位置。
@param pos 新的当前文件指针位置
@exception IOException 如果发生I/O错误
@see java.io.RandomAccessFile#seek(long pos)
-
org.gstreamer.elements.PlayBin2.seek()
-
org.h2.store.FileStore.seek()
Go to the specified file location.
@param pos the location
-
org.h2.store.fs.FileObject.seek()
Go to the specified position in the file.
@param pos the new position
-
org.hsqldb.lib.Storage.seek()
-
org.hsqldb_voltpatches.lib.Storage.seek()
-
org.iq80.leveldb.DBIterator.seek()
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
-
org.iq80.leveldb.util.InternalTableIterator.seek()
-
org.jaudiotagger.tag.id3.ID3v22Tag.seek()
Looks for this tag in the buffer
@param byteBuffer
@return returns true if found, false otherwise.
-
org.jaudiotagger.tag.id3.ID3v23Tag.seek()
Looks for this tag in the buffer
@param byteBuffer
@return returns true if found, false otherwise.
-
org.jaudiotagger.tag.id3.ID3v24Tag.seek()
Looks for this tag in the buffer
@param byteBuffer
@return returns true if found, false otherwise.
-
org.jnode.awt.font.truetype.TTFInput.seek()
-
org.jruby.util.io.OpenFile.seek()
-
org.mozilla.interfaces.nsISeekableStream.seek()
seek This method moves the stream offset of the steam implementing this interface.
@param whence specifies how to interpret the 'offset' parameter insetting the stream offset associated with the implementing stream.
@param offset specifies a value, in bytes, that is used in conjunctionwith the 'whence' parameter to set the stream offset of the implementing stream. A negative value causes seeking in the reverse direction.
@throws NS_BASE_STREAM_CLOSED if called on a closed stream.
-
org.omg.DynamicAny.DynStruct.seek()
-
org.omg.DynamicAny.DynUnion.seek()
-
org.pdfclown.bytes.IBuffer.seek()
-
org.pdfclown.bytes.IInputStream.seek()
Sets the pointer absolute position.
-
org.pdfclown.tokens.Parser.seek()
Moves the pointer to the given absolute byte position.
-
org.postgresql.largeobject.LargeObject.seek()
Sets the current position within the object.
This is similar to the fseek() call in the standard C library. It allows you to have random access to the large object.
@param pos position within object
@param ref Either SEEK_SET, SEEK_CUR or SEEK_END
@exception SQLException if a database-access error occurs.
-
org.red5.server.api.stream.ISubscriberStream.seek()
Seek into a position for current playing item.
@param position Position for seek in millisecond.
@throws OperationNotSupportedException if the stream doesn't support seeking.
-
org.terrier.utility.io.RandomDataInput.seek()
Seek to specified position in the file
-
org.tmatesoft.hg.internal.InflaterDataAccess.seek()
-
picard.illumina.parser.readers.BclReader.seek()
-
ucar.unidata.io.RandomAccessFile.seek()
Set the position in the file for the next read or write.
@param pos the offset (in bytes) from the start of the file.
@throws IOException if an I/O error occurrs.
-
uk.ac.ucl.panda.utility.io.IndexInput.seek()
Sets current position in this file, where the next read will occur.
@see #getFilePointer()
-
uk.ac.ucl.panda.utility.io.IndexOutput.seek()
Sets current position in this file, where the next write will occur.
@see #getFilePointer()
-
uk.ac.ucl.panda.utility.structure.TermDocs.seek()
Sets this to the data for a term. The enumeration is reset to the start of the data for this term.