public interface ISourceFileReader
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getEncodedUrl() |
java.util.List<GeneratedImage> |
getGeneratedImages() |
boolean |
hasError() |
java.util.List<GeneratedImage> getGeneratedImages() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
java.util.List<java.lang.String> getEncodedUrl() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException
boolean hasError() throws java.io.IOException, java.lang.InterruptedException
java.io.IOException
java.lang.InterruptedException