Home
last modified time | relevance | path

Searched defs:ZipEightByteInteger (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipEightByteInteger.java32 public final class ZipEightByteInteger implements Serializable { class
74 public ZipEightByteInteger(final long value) { in ZipEightByteInteger() method in ZipEightByteInteger
82 public ZipEightByteInteger(final BigInteger value) { in ZipEightByteInteger() method in ZipEightByteInteger
90 public ZipEightByteInteger (final byte[] bytes) { in ZipEightByteInteger() method in ZipEightByteInteger
99 public ZipEightByteInteger (final byte[] bytes, final int offset) { in ZipEightByteInteger() method in ZipEightByteInteger