Home
last modified time | relevance | path

Searched refs:DataFormatException (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/zip/
DOldDataFormatExceptionTest.java21 import java.util.zip.DataFormatException;
26 DataFormatException dfe = new DataFormatException(); in testDataFormatException()
31 DataFormatException dfe = new DataFormatException("Test"); in testDataFormatExceptionString()
DOldAndroidDeflateTest.java22 import java.util.zip.DataFormatException;
41 throws UnsupportedEncodingException, DataFormatException { in simpleTest()
75 throws UnsupportedEncodingException, DataFormatException { in bigTest()
166 byte[] outBuf) throws DataFormatException { in expand()
DDeflaterTest.java19 import java.util.zip.DataFormatException;
52 public void testDeflate() throws DataFormatException { in testDeflate()
80 private void deflateInflate(int flush) throws DataFormatException {
/libcore/ojluni/src/main/java/java/util/zip/
DDataFormatException.java34 public class DataFormatException extends Exception { class
41 public DataFormatException() { in DataFormatException() method in DataFormatException
50 public DataFormatException(String s) { in DataFormatException() method in DataFormatException
DInflater.java376 throws DataFormatException in inflate()
393 } catch (DataFormatException e) { in inflate()
417 } catch (DataFormatException e) { in inflate()
422 } catch (DataFormatException e) { in inflate()
475 public int inflate(byte[] output) throws DataFormatException { in inflate()
513 public int inflate(ByteBuffer output) throws DataFormatException { in inflate()
544 } catch (DataFormatException e) { in inflate()
594 } catch (DataFormatException e) { in inflate()
599 } catch (DataFormatException e) { in inflate()
741 byte[] outputArray, int outputOff, int outputLen) throws DataFormatException; in inflateBytesBytes()
[all …]
DInflaterOutputStream.java163 } catch (DataFormatException ex) { in flush()
261 } catch (DataFormatException ex) { in write()
DInflaterInputStream.java214 } catch (DataFormatException e) { in read()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java25 import java.util.zip.DataFormatException;
87 } catch (DataFormatException e) { in test_finished()
166 } catch (DataFormatException e) { in test_getTotalIn()
187 } catch (DataFormatException e) { in test_getTotalIn()
227 } catch (DataFormatException e) { in test_getTotalOut()
251 } catch (DataFormatException e) { in test_getTotalOut()
283 } catch (DataFormatException e) { in test_inflate$B()
322 } catch (DataFormatException e) { in test_inflate$B()
352 } catch (DataFormatException e) { in test_inflate$B1()
364 } catch (DataFormatException e) { in test_inflate$B1()
[all …]
DDeflaterTest.java23 import java.util.zip.DataFormatException;
91 } catch (DataFormatException e) { in test_deflate$B()
135 } catch (DataFormatException e) { in test_deflate$BII()
419 } catch (DataFormatException e) { in test_reset()
564 } catch (DataFormatException e) { in test_setInput$B()
862 } catch (DataFormatException e) { in test_ConstructorIZ()
1068 public void test_getBytesRead() throws DataFormatException, in test_getBytesRead()
1095 public void test_getBytesWritten() throws DataFormatException, in test_getBytesWritten()
DDeflaterInputStreamTest.java24 import java.util.zip.DataFormatException;
374 new DataFormatException(); in testDataFormatException()
/libcore/ojluni/annotations/flagged_api/java/util/zip/
DInflater.annotated.java59 public int inflate(byte[] output, int off, int len) throws java.util.zip.DataFormatException { thro… in inflate()
61 public int inflate(byte[] output) throws java.util.zip.DataFormatException { throw new RuntimeExcep… in inflate()
64 public int inflate(java.nio.ByteBuffer output) throws java.util.zip.DataFormatException { throw new… in inflate()
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DInflater.java74 public int inflate(byte[] b, int off, int len) throws java.util.zip.DataFormatException { in inflate()
78 public int inflate(byte[] b) throws java.util.zip.DataFormatException { in inflate()
127 throws java.util.zip.DataFormatException; in inflateBytes()
/libcore/
Dopenjdk_java_files.bp1254 "ojluni/src/main/java/java/util/zip/DataFormatException.java",
DEXPECTED_UPSTREAM1252 …ain/java/java/util/zip/DataFormatException.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt18532 public class DataFormatException extends java.lang.Exception {
18533 ctor public DataFormatException();
18534 ctor public DataFormatException(String);
18625 method public int inflate(byte[], int, int) throws java.util.zip.DataFormatException;
18626 method public int inflate(byte[]) throws java.util.zip.DataFormatException;
18627 ….libcore.v_apis") public int inflate(java.nio.ByteBuffer) throws java.util.zip.DataFormatException;