Project JXTA

net.jxta.impl.xindice.core.filer
Class Paged.Page

java.lang.Object
  extended by 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


Constructor Summary
Paged.Page()
           
Paged.Page(long pageNum)
           
 
Method Summary
 int compareTo(Object o)
           
 void flush()
           
 Key getKey()
           
 Paged.PageHeader getPageHeader()
           
 long getPageNum()
           
 boolean isLoaded()
           
 void read()
           
 void setKey(Key key)
           
 void setLoaded(boolean loaded)
           
 void setPageNum(long pageNum)
           
 void streamFrom(InputStream is)
           
 void streamTo(OutputStream os)
           
 void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paged.Page

public Paged.Page()

Paged.Page

public Paged.Page(long pageNum)
           throws IOException
Throws:
IOException
Method Detail

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

JXTA J2SE