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

  /libcore/luni/src/main/java/java/io/
EOFException.java 24 public class EOFException extends IOException {
29 * Constructs a new {@code EOFException} with its stack trace filled in.
31 public EOFException() {
35 * Constructs a new {@code EOFException} with its stack trace and detail
41 public EOFException(String detailMessage) {
DataInputStream.java 90 throw new EOFException();
98 throw new EOFException();
176 throw new EOFException();
207 * This method will not throw an {@link EOFException} if the end of the
RandomAccessFile.java 299 * @throws EOFException
308 throw new EOFException();
319 * @throws EOFException
328 throw new EOFException();
339 * @throws EOFException
355 * @throws EOFException
371 * @throws EOFException
393 * {@code EOFException} is thrown. If an I/O error occurs, {@code IOException} is
403 * @throws EOFException
419 throw new EOFException();
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
IndefiniteLengthInputStream.java 3 import java.io.EOFException;
28 throw new EOFException();
70 throw new EOFException();
82 throw new EOFException();
101 throw new EOFException();
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 19 import java.io.EOFException;
46 public int read() throws EOFException {
52 throw new EOFException();
57 public int readInt() throws EOFException {
65 public long readLong() throws EOFException {
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 23 import java.io.EOFException;
58 throw new EOFException();
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/input/
NullInputStream.java 19 import java.io.EOFException;
75 * which supports marking and does not throw EOFException.
91 * will throw an {@link EOFException} or return -1 when the
176 * @throws EOFException if the end of file is reached and
198 * @throws EOFException if the end of file is reached and
215 * @throws EOFException if the end of file is reached and
267 * @throws EOFException if the end of file is reached and
318 * @throws EOFException if <code>throwEofException</code> is set
321 private int doEndOfFile() throws EOFException {
324 throw new EOFException();
    [all...]
NullReader.java 19 import java.io.EOFException;
75 * which supports marking and does not throw EOFException.
91 * will throw an {@link EOFException} or return -1 when the
160 * @throws EOFException if the end of file is reached and
182 * @throws EOFException if the end of file is reached and
199 * @throws EOFException if the end of file is reached and
251 * @throws EOFException if the end of file is reached and
302 * @throws EOFException if <code>throwEofException</code> is set
305 private int doEndOfFile() throws EOFException {
308 throw new EOFException();
    [all...]
SwappedDataInputStream.java 20 import java.io.EOFException;
54 * @throws EOFException if an end of file is reached unexpectedly
57 throws IOException, EOFException
66 * @throws EOFException if an end of file is reached unexpectedly
69 throws IOException, EOFException
78 * @throws EOFException if an end of file is reached unexpectedly
81 throws IOException, EOFException
90 * @throws EOFException if an end of file is reached unexpectedly
93 throws IOException, EOFException
102 * @throws EOFException if an end of file is reached unexpectedly
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 20 import java.io.EOFException;
118 throw new EOFException();
206 throw new EOFException();
221 throw new EOFException();
InflaterInputStream.java 20 import java.io.EOFException;
168 throw new EOFException();
174 throw new EOFException();
  /libcore/luni/src/main/java/libcore/io/
Streams.java 20 import java.io.EOFException;
57 * Fills 'dst' with bytes from 'in', throwing EOFException if insufficient bytes are available.
65 * EOFException if insufficient bytes are available.
83 throw new EOFException();
193 * @throws java.io.EOFException if the stream is exhausted before the next newline
203 throw new EOFException();
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 21 import java.io.EOFException;
349 throw new EOFException();
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 21 import java.io.EOFException;
232 throw new EOFException("Expected to skip " + recordLength
268 throw new EOFException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ScannerTest.java 19 import java.io.EOFException;
74 throw new EOFException();
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 1993 milliseconds