public interface PCMLoader
| Modifier and Type | Method and Description |
|---|---|
List<PCMContainer> |
load(File file)
Return a PCM container from a file
|
List<PCMContainer> |
load(String pcm)
Return a list of PCM container from a string representation
|
List<PCMContainer> load(String pcm)
pcm - : string representation of a PCMList<PCMContainer> load(File file) throws IOException
file - FileNotFoundExceptionIOExceptionCopyright © 2015. All rights reserved.