HomeSort by relevance Sort by last modified time
    Searched defs:StreamException (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/io/
IFileWrapper.java 21 import com.android.io.StreamException;
47 public InputStream getContents() throws StreamException {
51 StreamException.Error error = StreamException.Error.DEFAULT;
53 error = StreamException.Error.OUTOFSYNC;
55 throw new StreamException(e, this, error);
60 public void setContents(InputStream source) throws StreamException {
64 throw new StreamException(e, this);
69 public OutputStream getOutputStream() throws StreamException {
78 } catch (StreamException e)
    [all...]
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/devtools/tools/lib/
common.jar 

Completed in 216 milliseconds