net.jxta.impl.xindice.core.filer
Class Paged.Page
java.lang.Object
net.jxta.impl.xindice.core.filer.Paged.Page
- All Implemented Interfaces:
- Comparable
- Enclosing class:
- Paged
public final class Paged.Page
- extends Object
- implements Comparable
Page
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Paged.Page
public Paged.Page()
Paged.Page
public Paged.Page(long pageNum)
throws IOException
- Throws:
IOException
read
public void read()
throws IOException
- Throws:
IOException
write
public void write()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
setPageNum
public void setPageNum(long pageNum)
getPageNum
public long getPageNum()
getPageHeader
public Paged.PageHeader getPageHeader()
setKey
public void setKey(Key key)
getKey
public Key getKey()
streamTo
public void streamTo(OutputStream os)
throws IOException
- Throws:
IOException
streamFrom
public void streamFrom(InputStream is)
throws IOException
- Throws:
IOException
isLoaded
public boolean isLoaded()
setLoaded
public void setLoaded(boolean loaded)
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interface Comparable