|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.essbase.eas.utils.RandomAccessFileListModel.ListRenderer
public class RandomAccessFileListModel.ListRenderer
| Constructor Summary | |
|---|---|
RandomAccessFileListModel.ListRenderer(java.util.Collection list, 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 |
boolean |
writeObjectCR(java.io.RandomAccessFile raf, long index) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RandomAccessFileListModel.ListRenderer(java.util.Collection list,
boolean includeCR)
| Method Detail |
|---|
public long getCount()
RandomAccessFileListWritergetCount in interface RandomAccessFileListWriter
public boolean writeObject(java.io.RandomAccessFile raf,
long index)
throws java.io.IOException
RandomAccessFileListWriterwriteObject in interface RandomAccessFileListWriterraf - the output fileindex - the index of the objectjava.io.IOException
public boolean writeObjectCR(java.io.RandomAccessFile raf,
long index)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||