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.


Method Summary
 List<IdxFileEntry> getAllEntries()
           
 IdxFileEntry getEntryAt(Integer index)
          Retrieves the output at the specified position
 

Method Detail

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 IdxFileEntrys in the index file


Copyright © 2010-2012. All Rights Reserved.