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