Class ZipFilesChunking
java.lang.Object
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.ZipFilesChunking
This class is used to process zip file chunking
-
Field Summary
Fields inherited from class org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.chunking.AbstractChunking
fileContent
-
Constructor Summary
ConstructorDescriptionZipFilesChunking
(byte[] fileContent) Initializes a new instance of the ZipFilesChunking class -
Method Summary
-
Constructor Details
-
ZipFilesChunking
public ZipFilesChunking(byte[] fileContent) Initializes a new instance of the ZipFilesChunking class- Parameters:
fileContent
- The content of the file.
-
-
Method Details
-
chunking
This method is used to chunk the file data.- Specified by:
chunking
in classAbstractChunking
- Returns:
- A list of LeafNodeObjectData.
- Throws:
TikaException
IOException
-