protected abstract class IMSFileParser.FileHelper extends Object implements ManifestFile
| Modifier | Constructor and Description |
|---|---|
protected |
FileHelper() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFileBytesForNode(Node node,
String contextPath) |
String |
getFilenameForNode(Node node) |
String |
getFilePathForNode(Node node,
String contextPath) |
InputStream |
getInputStreamForNode(Node node,
String contextPath) |
String |
getTitle(Node fileNode) |
public byte[] getFileBytesForNode(Node node, String contextPath) throws IOException
getFileBytesForNode in interface ManifestFileIOExceptionpublic InputStream getInputStreamForNode(Node node, String contextPath) throws IOException
getInputStreamForNode in interface ManifestFileIOExceptionpublic String getFilePathForNode(Node node, String contextPath)
getFilePathForNode in interface ManifestFilepublic String getTitle(Node fileNode)
getTitle in interface ManifestFilepublic String getFilenameForNode(Node node)
getFilenameForNode in interface ManifestFileCopyright © 2022. All rights reserved.