org.paneris.bibliomania
Class Chapter.PageBody

java.lang.Object
  extended by org.paneris.bibliomania.Chapter.PageBody
Enclosing class:
Chapter

public static class Chapter.PageBody
extends java.lang.Object


Field Summary
 java.lang.Integer nextPage
           
 java.lang.Object textStringOrReader
           
 
Constructor Summary
Chapter.PageBody(java.io.InputStream text, java.lang.Integer nextPage)
           
Chapter.PageBody(java.io.Reader text, java.lang.Integer nextPage)
           
Chapter.PageBody(java.lang.String text, java.lang.Integer nextPage)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textStringOrReader

public java.lang.Object textStringOrReader

nextPage

public java.lang.Integer nextPage
Constructor Detail

Chapter.PageBody

public Chapter.PageBody(java.io.Reader text,
                        java.lang.Integer nextPage)

Chapter.PageBody

public Chapter.PageBody(java.io.InputStream text,
                        java.lang.Integer nextPage)

Chapter.PageBody

public Chapter.PageBody(java.lang.String text,
                        java.lang.Integer nextPage)


Copyright © 2000-2009 PanEris. All Rights Reserved.