Package ips.annot.io
Interface BundleAnnotationFilePersistor
-
- All Superinterfaces:
BundleAnnotationPersistor,BundleAnnotationPersistorServiceDescriptor,InterfaceInfo,ServiceDescriptor
- All Known Implementing Classes:
EmuBundleAnnotationPersistor,SingleLevelTextFilePersistor,TextGridFilePersistor
public interface BundleAnnotationFilePersistor extends BundleAnnotationPersistor, ServiceDescriptor
- Author:
- K.Jaensch, klausj@phonetik.uni-muenchen.de
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.FilegetFile()java.lang.StringgetPreferredFileExtension()java.lang.StringgetPreferredFilenameSuffix()voidsetFile(java.io.File file)-
Methods inherited from interface ips.annot.BundleAnnotationPersistor
isLossless, isWritable, load, load, write
-
Methods inherited from interface ipsk.util.InterfaceInfo
getDescription, getImplementationVersion, getSpecificationVersion, getTitle, getVendor
-
Methods inherited from interface ipsk.util.services.ServiceDescriptor
getServiceImplementationClassname
-
-