HomeSort by relevance Sort by last modified time
    Searched refs:IOException (Results 26 - 50 of 3235) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/obex/javax/obex/
SessionNotifier.java 35 import java.io.IOException;
84 * @throws IOException if an error occurs in the transport layer
87 ObexSession acceptAndOpen(ServerRequestHandler handler) throws IOException;
124 * @throws IOException if an error occurs in the transport layer
127 ObexSession acceptAndOpen(ServerRequestHandler handler, Authenticator auth) throws IOException;
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
TempPath.java 22 import java.io.IOException;
29 TempPath createTempPath() throws IOException;
30 TempPath createTempPath(String prefix) throws IOException;
40 TempFile createTempFile() throws IOException;
52 TempFile createTempFile(String prefix, String suffix) throws IOException;
70 boolean allowInMemory) throws IOException;
  /external/apache-http/src/org/apache/http/
ConnectionClosedException.java 34 import java.io.IOException;
45 public class ConnectionClosedException extends IOException {
NoHttpResponseException.java 34 import java.io.IOException;
45 public class NoHttpResponseException extends IOException {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1ApplicationSpecificParser.java 3 import java.io.IOException;
9 throws IOException;
ASN1SequenceParser.java 3 import java.io.IOException;
9 throws IOException;
ASN1SetParser.java 3 import java.io.IOException;
9 throws IOException;
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PasswordException.java 3 import java.io.IOException;
6 extends IOException
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/
StreamOverflowException.java 3 import java.io.IOException;
6 extends IOException
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemObjectParser.java 3 import java.io.IOException;
8 throws IOException;
  /external/guava/src/com/google/common/io/
InputSupplier.java 19 import java.io.IOException;
28 T getInput() throws IOException;
OutputSupplier.java 19 import java.io.IOException;
28 T getOutput() throws IOException;
  /external/jsilver/src/org/clearsilver/
CSFileLoader.java 19 import java.io.IOException;
34 public String load(HDF hdf, String filename) throws IOException;
  /frameworks/base/core/java/android/nfc/
TagLostException.java 19 import java.io.IOException;
21 public class TagLostException extends IOException {
  /frameworks/base/core/java/android/util/
Base64DataException.java 19 import java.io.IOException;
26 public class Base64DataException extends IOException {
MalformedJsonException.java 19 import java.io.IOException;
25 public final class MalformedJsonException extends IOException {
  /libcore/luni/src/main/java/java/io/
Externalizable.java 30 * @throws IOException
35 public void readExternal(ObjectInput input) throws IOException,
43 * @throws IOException
46 public void writeExternal(ObjectOutput output) throws IOException;
  /libcore/luni/src/main/java/java/lang/
Readable.java 19 import java.io.IOException;
36 * @throws IOException
39 int read(CharBuffer cb) throws IOException;
  /libcore/luni/src/main/java/java/net/
CacheRequest.java 19 import java.io.IOException;
28 * IOException} occurs while reading the response or writing data to the cache,
42 * Aborts the current cache operation. If an {@code IOException} occurs
52 * @throws IOException
56 public abstract OutputStream getBody() throws IOException;
UnknownHostException.java 20 import java.io.IOException;
25 public class UnknownHostException extends IOException {
  /libcore/luni/src/main/java/java/nio/channels/
Channel.java 20 import java.io.IOException;
43 * method throws an IOException and the exception contains reasons for the
53 * @throws IOException
56 public void close() throws IOException;
ClosedChannelException.java 19 import java.io.IOException;
25 public class ClosedChannelException extends IOException {
FileLockInterruptionException.java 19 import java.io.IOException;
27 public class FileLockInterruptionException extends IOException {
  /libcore/luni/src/main/java/java/nio/charset/
CharacterCodingException.java 20 import java.io.IOException;
26 public class CharacterCodingException extends IOException {
  /libcore/luni/src/main/java/javax/security/auth/callback/
CallbackHandler.java 20 import java.io.IOException;
46 * @throws IOException
52 void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException;

Completed in 278 milliseconds

12 3 4 5 6 7 8 91011>>