parent
d884edbe11
commit
5df2f9c7f6
@ -1,21 +0,0 @@ |
||||
package me.lensferno.dogename; |
||||
|
||||
import me.lensferno.dogename.resources.MainInterfaceImage; |
||||
import me.lensferno.dogename.resources.dogename; |
||||
import org.apache.commons.codec.binary.Base64; |
||||
|
||||
import java.io.ByteArrayInputStream; |
||||
import java.io.InputStream; |
||||
|
||||
public class DataReleaser { |
||||
|
||||
public static InputStream getDogenameStream(){ |
||||
return new ByteArrayInputStream(Base64.decodeBase64(dogename.data)); |
||||
} |
||||
|
||||
public static InputStream getMainPicStream(){ |
||||
return new ByteArrayInputStream(Base64.decodeBase64(MainInterfaceImage.data)); |
||||
} |
||||
|
||||
|
||||
} |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 44 KiB |
Loading…
Reference in new issue