Package jadx.api
Interface ResourcesLoader.ResourceDecoder<T>
-
- Enclosing class:
- ResourcesLoader
public static interface ResourcesLoader.ResourceDecoder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(long size, java.io.InputStream is)
-
-
-
Method Detail
-
decode
T decode(long size, java.io.InputStream is) throws java.io.IOException
- Throws:
java.io.IOException
-
-