public class DependenciesReader extends Object
Constructor and Description |
---|
DependenciesReader(org.apache.poi.poifs.filesystem.DirectoryEntry dir)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int |
getByte()
Read a single byte.
|
List<String> |
getCalendars()
Retrieve calendar directory names.
|
List<String> |
getCodes()
Retrieve code directory names.
|
protected int |
getInt()
Read a 4 byte int.
|
List<String> |
getResources()
Retrieve resource directory names.
|
protected int |
getShort()
Read a 2 byte int.
|
protected String |
getString()
Read a string.
|
DependenciesReader |
read()
Read the dependencies and extract details of any calendar,
resource and code directories listed as dependencies.
|
public DependenciesReader(org.apache.poi.poifs.filesystem.DirectoryEntry dir)
dir
- parent directorypublic DependenciesReader read()
public List<String> getCodes()
public List<String> getResources()
public List<String> getCalendars()
protected int getInt()
protected int getShort()
protected int getByte()
protected String getString()
Copyright © 2000–2024 Packwood Software. All rights reserved.