mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-17 22:55:12 -05:00
16 lines
264 B
Java
16 lines
264 B
Java
|
package java.io;
|
||
|
|
||
|
public class Msg {
|
||
|
|
||
|
public static String getString(String string) {
|
||
|
// TODO Auto-generated method stub
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
public static String getString(String string, int offset) {
|
||
|
// TODO Auto-generated method stub
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
};
|