Package org.apache.poi.hwpf.usermodel
Class ObjectPoolImpl
- java.lang.Object
-
- org.apache.poi.hwpf.usermodel.ObjectPoolImpl
-
- All Implemented Interfaces:
ObjectsPool
@Internal public class ObjectPoolImpl extends java.lang.Object implements ObjectsPool
-
-
Constructor Summary
Constructors Constructor Description ObjectPoolImpl(DirectoryEntry _objectPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entry
getObjectById(java.lang.String objId)
void
writeTo(DirectoryEntry directoryEntry)
-
-
-
Constructor Detail
-
ObjectPoolImpl
public ObjectPoolImpl(DirectoryEntry _objectPool)
-
-
Method Detail
-
getObjectById
public Entry getObjectById(java.lang.String objId)
- Specified by:
getObjectById
in interfaceObjectsPool
-
writeTo
@Internal public void writeTo(DirectoryEntry directoryEntry) throws java.io.IOException
- Throws:
java.io.IOException
-
-