Searched refs:DataFormatException (Results 1 – 11 of 11) sorted by relevance
21 import java.util.zip.DataFormatException;26 DataFormatException dfe = new DataFormatException(); in testDataFormatException()31 DataFormatException dfe = new DataFormatException("Test"); in testDataFormatExceptionString()
22 import java.util.zip.DataFormatException;41 throws UnsupportedEncodingException, DataFormatException { in simpleTest()75 throws UnsupportedEncodingException, DataFormatException { in bigTest()166 byte[] outBuf) throws DataFormatException { in expand()
19 import java.util.zip.DataFormatException;33 public void testDeflate() throws DataFormatException { in testDeflate()59 private void deflateInflate(int flush) throws DataFormatException {
34 class DataFormatException extends Exception { class40 public DataFormatException() { in DataFormatException() method in DataFormatException49 public DataFormatException(String s) { in DataFormatException() method in DataFormatException
249 throws DataFormatException in inflate()280 public int inflate(byte[] b) throws DataFormatException { in inflate()410 throws DataFormatException; in inflateBytes()
163 } catch (DataFormatException ex) { in flush()267 } catch (DataFormatException ex) { in write()
168 } catch (DataFormatException e) { in read()
25 import java.util.zip.DataFormatException;81 } catch (DataFormatException e) { in test_finished()157 } catch (DataFormatException e) { in test_getTotalIn()176 } catch (DataFormatException e) { in test_getTotalIn()215 } catch (DataFormatException e) { in test_getTotalOut()239 } catch (DataFormatException e) { in test_getTotalOut()267 } catch (DataFormatException e) { in test_inflate$B()304 } catch (DataFormatException e) { in test_inflate$B()334 } catch (DataFormatException e) { in test_inflate$B1()346 } catch (DataFormatException e) { in test_inflate$B1()[all …]
23 import java.util.zip.DataFormatException;91 } catch (DataFormatException e) { in test_deflate$B()135 } catch (DataFormatException e) { in test_deflate$BII()428 } catch (DataFormatException e) { in test_reset()571 } catch (DataFormatException e) { in test_setInput$B()866 } catch (DataFormatException e) { in test_ConstructorIZ()1071 public void test_getBytesRead() throws DataFormatException, in test_getBytesRead()1097 public void test_getBytesWritten() throws DataFormatException, in test_getBytesWritten()
24 import java.util.zip.DataFormatException;353 new DataFormatException(); in testDataFormatException()
895 ojluni/src/main/java/java/util/zip/DataFormatException.java \