
public class GEMFFile extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
GEMFFile.GEMFInputStream |
| Constructor and Description |
|---|
GEMFFile(File pLocation) |
GEMFFile(String pLocation) |
GEMFFile(String pLocation,
List<File> pSourceFolders) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptAnySource() |
void |
close() |
InputStream |
getInputStream(int pX,
int pY,
int pZ) |
String |
getName() |
LinkedHashMap<Integer,String> |
getSources() |
Set<Integer> |
getZoomLevels() |
void |
selectSource(int pSource) |
public GEMFFile(File pLocation) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic GEMFFile(String pLocation) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic GEMFFile(String pLocation, List<File> pSourceFolders) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic void close()
throws IOException
IOExceptionpublic String getName()
public LinkedHashMap<Integer,String> getSources()
public void selectSource(int pSource)
public void acceptAnySource()
public InputStream getInputStream(int pX, int pY, int pZ)