Searched refs:PeekableInputStream (Results 1 – 4 of 4) sorted by relevance
27 public class PeekableInputStream extends InputStream { class32 public PeekableInputStream(InputStream in) { in PeekableInputStream() method in PeekableInputStream
24 import com.android.phone.common.mail.PeekableInputStream;42 private final PeekableInputStream mIn;80 mIn = new PeekableInputStream(in); in ImapResponseParser()
23 import com.android.email.PeekableInputStream;46 private final PeekableInputStream mIn;95 mIn = new PeekableInputStream(in); in ImapResponseParser()