|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.essbase.eas.utils.RandomAccessFileListModel.TextRenderer
public class RandomAccessFileListModel.TextRenderer
Constructor Summary | |
---|---|
RandomAccessFileListModel.TextRenderer(java.lang.String content, boolean includeCR) |
Method Summary | |
---|---|
long |
getCount() The nunber of objects to write. |
boolean |
writeObject(java.io.RandomAccessFile raf, long index) writes each object to the file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomAccessFileListModel.TextRenderer(java.lang.String content, boolean includeCR)
Method Detail |
---|
public long getCount()
RandomAccessFileListWriter
getCount
in interface RandomAccessFileListWriter
public boolean writeObject(java.io.RandomAccessFile raf, long index) throws java.io.IOException
RandomAccessFileListWriter
writeObject
in interface RandomAccessFileListWriter
raf
- the output fileindex
- the index of the objectjava.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |