Java org.apache.poi.poifs.filesystem DirectoryEntry fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem DirectoryEntry fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem DirectoryEntry.

The text is from its open source code.

Method

DirectoryEntrycreateDirectory(final String name)
create a new DirectoryEntry
DocumentEntrycreateDocument(final String name, final InputStream stream)
create a new DocumentEntry
DocumentEntrycreateDocument(final String name, final int size, final POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided later
IteratorgetEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)
EntrygetEntry(final String name)
get a specified Entry by name
intgetEntryCount()
find out how many Entry instances are contained directly within this DirectoryEntry
ClassIDgetStorageClsid()
Gets the storage clsid of the directory entry
booleanhasEntry(final String name)
Checks if entry with specified name present
voidsetStorageClsid(ClassID clsidStorage)
Sets the storage clsid for the directory entry