diff options
Diffstat (limited to 'java/util/zip/Inflater.java')
| -rw-r--r-- | java/util/zip/Inflater.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/util/zip/Inflater.java b/java/util/zip/Inflater.java index 509b95764..e3e555ab9 100644 --- a/java/util/zip/Inflater.java +++ b/java/util/zip/Inflater.java @@ -246,7 +246,6 @@ public class Inflater * Gets the total number of processed compressed input bytes. * @return the total number of bytes of processed input bytes. */ - @Deprecated public int getTotalIn() { return (int) (totalIn - getRemaining()); @@ -266,7 +265,6 @@ public class Inflater * Gets the total number of output bytes returned by inflate(). * @return the total number of output bytes. */ - @Deprecated public int getTotalOut() { return (int) totalOut; |
