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

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

Introduction

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

The text is from its open source code.

Constructor

POIFSDocumentPath()
simple constructor for the path of a document that is in the root of the POIFSFileSystem.
POIFSDocumentPath(final POIFSDocumentPath path, final String[] components)
constructor that adds additional subdirectories to an existing path

Method

StringgetComponent(int n)
get the specified component
POIFSDocumentPathgetParent()

Returns the path's parent or null if this path is the root path.

intlength()