Package com.independentsoft.office
Class FileTable
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,byte[]>
The Class FileTable.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
FileTable
public FileTable()Instantiates a new file table.
-
-
Method Details
-
add
Adds the.- Parameters:
path- the pathinputFilePath- the input file path- Throws:
IOException- Signals that an I/O exception has occurred.
-
add
Adds the.- Parameters:
path- the pathstream- the stream- Throws:
IOException- Signals that an I/O exception has occurred.
-
add
Adds the.- Parameters:
path- the pathbuffer- the buffer
-
clone
-
getPaths
Gets the paths.- Returns:
- the paths
-