7172737475767778
byte copy[] = new byte[media.getThumb().length]; System.arraycopy(media.getThumb(), 0, copy, 0, media.getThumb().length); media.setThumb(new byte[0]); ProcessWrapper pw = new InternalJavaProcessImpl(new ByteArrayInputStream(copy)); return pw; }
8081828384858687