package com.bumptech.glide.load.data; import java.io.IOException; /* loaded from: classes.dex */ public interface DataRewinder { public interface Factory { DataRewinder a(T t); Class a(); } T a() throws IOException; void b(); }