public class ZipFilesChunking extends AbstractChunking
fileContent| Constructor and Description | 
|---|
| ZipFilesChunking(byte[] fileContent)Initializes a new instance of the ZipFilesChunking class | 
| Modifier and Type | Method and Description | 
|---|---|
| List<LeafNodeObject> | chunking()This method is used to chunk the file data. | 
public ZipFilesChunking(byte[] fileContent)
fileContent - The content of the file.public List<LeafNodeObject> chunking() throws TikaException, IOException
chunking in class AbstractChunkingTikaExceptionIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.