net.sf.juoserver.api
Interface IdxFileReader
- All Superinterfaces:
- GenericFileReader<Integer,IdxFileEntry>
- All Known Implementing Classes:
- BaseIdxFileReader
public interface IdxFileReader
- extends GenericFileReader<Integer,IdxFileEntry>
Contract for an index file reader.
getEntryAt
IdxFileEntry getEntryAt(Integer index)
- Description copied from interface:
GenericFileReader
- Retrieves the output at the specified position
- Specified by:
getEntryAt
in interface GenericFileReader<Integer,IdxFileEntry>
- Parameters:
index
- position
- Returns:
- the
IdxFileEntry
at the specified position
getAllEntries
List<IdxFileEntry> getAllEntries()
- Returns:
- all the
IdxFileEntry
s in the index file
Copyright © 2010-2012. All Rights Reserved.