public class RootFile extends Object
RootFile represents a file entry in MXL Container.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPRESSED_MUSICXML_MEDIA_TYPE
Media type for a compressed MusicXML file.
|
String |
fullPath
Full path.
|
String |
mediaType
Media type.
|
static String |
MUSICXML_MEDIA_TYPE
Media type for an uncompressed MusicXML file (default).
|
public static final String MUSICXML_MEDIA_TYPE
public static final String COMPRESSED_MUSICXML_MEDIA_TYPE
public final String fullPath
public final String mediaType
public RootFile(String fullPath)
RootFile object.fullPath - path to the file, relative to root folderCopyright © 2016 Audiveris Ltd. All rights reserved.