| Constructor and Description |
|---|
Input(File file)
Create an
Input object on a provided file. |
| Modifier and Type | Method and Description |
|---|---|
ZipEntry |
getEntry(String entryName)
Report the zip entry related to the provided name.
|
InputStream |
getInputStream(ZipEntry zipEntry)
Report the input stream related to the provided zip entry.
|
List<RootFile> |
getRootFiles()
Report the sequence of root files in the container.
|
public Input(File file) throws FileNotFoundException, IOException, Mxl.MxlException, JAXBException
Input object on a provided file.file - the provided fileFileNotFoundExceptionIOExceptionMxl.MxlExceptionJAXBExceptionpublic ZipEntry getEntry(String entryName) throws IOException
entryName - the provided entry nameIOExceptionpublic InputStream getInputStream(ZipEntry zipEntry) throws IOException
zipEntry - the provided zip entryIOExceptionCopyright © 2016 Audiveris Ltd. All rights reserved.