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
FileNotFoundException
IOException
public GEMFFile(String pLocation) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public GEMFFile(String pLocation, List<File> pSourceFolders) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public void close() throws IOException
IOException
public String getName()
public LinkedHashMap<Integer,String> getSources()
public void selectSource(int pSource)
public void acceptAnySource()
public InputStream getInputStream(int pX, int pY, int pZ)