public class DemoHelper
extends java.lang.Object
| Constructor | Description |
|---|---|
DemoHelper() |
| Modifier and Type | Method | Description |
|---|---|---|
static boolean |
dirExists(java.lang.String dir) |
Checks whether the directory exists.
|
static boolean |
fileExists(java.lang.String f) |
Checks whether the file exists.
|
static java.lang.String |
getDemoDirectory() |
Returns the demo directory with the audio samples.
|
static java.lang.String |
getOutputDirectory() |
Returns the demo output directory.
|
public static boolean dirExists(java.lang.String dir)
dir - the directory to checkpublic static boolean fileExists(java.lang.String f)
f - the file to checkpublic static java.lang.String getDemoDirectory()
public static java.lang.String getOutputDirectory()
Copyright © 2018. All Rights Reserved.