Package org.audiveris.proxymusic.mxl
Class RootFile
java.lang.Object
org.audiveris.proxymusic.mxl.RootFile
Class
RootFile represents a file entry in MXL Container.- Author:
- Hervé Bitteur
-
Field Details
-
MUSICXML_MEDIA_TYPE
Media type for an uncompressed MusicXML file (default).- See Also:
-
COMPRESSED_MUSICXML_MEDIA_TYPE
Media type for a compressed MusicXML file.- See Also:
-
fullPath
Full path. Path relative to the root folder of the zip file -
mediaType
Media type. It identifies the type of different top-level root files
-
-
Constructor Details
-
RootFile
Creates a newRootFileobject.- Parameters:
fullPath- path to the file, relative to root folder
-
RootFile
Creates a newRootFileobject with a specific media type.- Parameters:
fullPath- path to the file, relative to root foldermediaType- type of file
-
-
Method Details