Home
last modified time | relevance | path

Searched refs:EndOfStreamException (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
DStreamUtil.java19 import com.android.layout.remote.util.RemoteInputStream.EndOfStreamException;
52 } catch (EndOfStreamException e) { in getInputStream()
DRemoteInputStream.java40 class EndOfStreamException extends IOException { class
DRemoteInputStreamAdapter.java48 throw new EndOfStreamException(); in read()