add docs
This commit is contained in:
parent
5ce9024eae
commit
19b32adc34
@ -2,9 +2,19 @@ package org.oscim.backend;
|
|||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The Class AssetAdapter.
|
||||||
|
*/
|
||||||
public abstract class AssetAdapter {
|
public abstract class AssetAdapter {
|
||||||
|
|
||||||
public static AssetAdapter g;
|
public static AssetAdapter g;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Open file as stream.
|
||||||
|
*
|
||||||
|
* @param name the name
|
||||||
|
* @return the input stream
|
||||||
|
*/
|
||||||
public abstract InputStream openFileAsStream(String name);
|
public abstract InputStream openFileAsStream(String name);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user