public static interface ZipSplitter.UriMaker extends Splitter.UriMaker
Modifier and Type | Method and Description |
---|---|
java.lang.String |
makeUri(long num,
java.lang.String entryName,
BytesHandle handle)
Generates URI for each split
|
getInputAfter, getSplitFilename, setInputAfter, setSplitFilename
java.lang.String makeUri(long num, java.lang.String entryName, BytesHandle handle)
num
- the count of each splitentryName
- the name of each entry in the zip filehandle
- the handle which contains the content of each split. It could be utilized to make a meaningful
document URI.Copyright © 2013-2020 MarkLogic Corporation.