mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Create ImageCompressor amd ImageCompressorImpl
* Methods from AttachmentCreationTask have been moved into them: * compressImage() * createBitmap() * ImageCompressor is availabe via AttachmentModule
This commit is contained in:
committed by
Torsten Grote
parent
aa00ba7220
commit
f819930570
@@ -1,10 +1,11 @@
|
||||
package org.briarproject.briar.api.test;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
public interface TestAvatarCreator {
|
||||
@Nullable
|
||||
InputStream getAvatarInputStream();
|
||||
InputStream getAvatarInputStream() throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user