|
|
@ -49,6 +49,7 @@ public class CustomRadarInputStream implements ICustomInputStream, Closeable{ |
|
|
|
fileInputStream = new FileInputStream(filepath); |
|
|
|
available = new File(filepath).length(); |
|
|
|
inputStream = clazz.getConstructor(InputStream.class).newInstance(fileInputStream); |
|
|
|
System.out.println(inputStream.readAllBytes()); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|