public final class FileUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static InputStream |
readResource(String filename)
Gets a file resource and returns it as an InputStream.
|
static Sample |
readSample(String filename)
Returns a audio sample by specified filename.
|
public static InputStream readResource(String filename)
filename - name of file.InputStream to the file.Copyright © 2015. All rights reserved.