Package de.sematre.dsbmobile
Class DSBMobile
- java.lang.Object
-
- de.sematre.dsbmobile.DSBMobile
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DSBMobile extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classDSBMobile.NewsclassDSBMobile.TimeTable
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static byte[]compressGZIP(String data)static StringdecompressGZIP(byte[] data)ArrayList<DSBMobile.News>getNews()Deprecated.ArrayList<DSBMobile.TimeTable>getTimeTables()com.google.gson.JsonObjectpullData()
-
-
-
Method Detail
-
getTimeTables
public ArrayList<DSBMobile.TimeTable> getTimeTables()
-
getNews
@Deprecated public ArrayList<DSBMobile.News> getNews()
Deprecated.
-
pullData
public com.google.gson.JsonObject pullData() throws IOException- Throws:
IOException
-
compressGZIP
public static byte[] compressGZIP(String data) throws IOException
- Throws:
IOException
-
decompressGZIP
public static String decompressGZIP(byte[] data) throws IOException
- Throws:
IOException
-
-