Searched defs:innerClose (Results 1 – 4 of 4) sorted by relevance
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/ | ||
D | CloseableByteSource.java | 62 protected abstract void innerClose() throws IOException; in innerClose() method in CloseableByteSource |
D | CloseableDelegateByteSource.java | 80 protected synchronized void innerClose() throws IOException { in innerClose() method in CloseableDelegateByteSource |
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ | ||
D | InflaterByteSource.java | 61 public void innerClose() throws IOException { in innerClose() method in InflaterByteSource |
D | LazyDelegateByteSource.java | 153 public void innerClose() throws IOException { in innerClose() method in LazyDelegateByteSource |