org.archive.util.ms
Interface Entry

All Known Implementing Classes:
DefaultEntry

public interface Entry


Nested Class Summary
static class Entry.EntryType
           
 
Method Summary
 Entry getChild()
           
 int getIndex()
           
 java.lang.String getName()
           
 Entry getNext()
           
 Entry getPrevious()
           
 Entry.EntryType getType()
           
 java.util.List<Entry> list()
           
 SeekInputStream open()
           
 

Method Detail

getName

java.lang.String getName()

getIndex

int getIndex()

getPrevious

Entry getPrevious()
                  throws java.io.IOException
Throws:
java.io.IOException

getNext

Entry getNext()
              throws java.io.IOException
Throws:
java.io.IOException

getChild

Entry getChild()
               throws java.io.IOException
Throws:
java.io.IOException

getType

Entry.EntryType getType()
                        throws java.io.IOException
Throws:
java.io.IOException

list

java.util.List<Entry> list()
                           throws java.io.IOException
Throws:
java.io.IOException

open

SeekInputStream open()
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2003-2011 Internet Archive. All Rights Reserved.