Skip navigation links
com.essbase.eas.utils
Interface RandomAccessFileListReader
- All Known Implementing Classes:
- RandomAccessFileListModel.RAFTextReader
-
public interface RandomAccessFileListReader
Title: RandomAccessFileListRenderer Description: Copyright: Copyright (c) 2003 Company: Hyperion Solutions, Inc.
- Version:
- 1.0
- Author:
- Sree Menon
Method Summary |
java.lang.Object |
readObjectAt(java.io.RandomAccessFile raf)
Reads an object at the current location |
readObjectAt
java.lang.Object readObjectAt(java.io.RandomAccessFile raf)
throws java.io.IOException
- Reads an object at the current location
-
- Parameters:
raf
- the file
- Returns:
- the object
- Throws:
java.io.IOException
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.