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