4142434445464748
public InputStream getInputStream() throws AvatarException { try { return new FileInputStream(file); } catch (FileNotFoundException e) { throw new AvatarException(e); } }