- mapper - Variable in class de.schlichtherle.truezip.zip.RawZipFile
-
Maps offsets specified in the ZIP file to real offsets in the file.
- mark(int) - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- markSupported() - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- MAX_DOS_TIME - Static variable in enum de.schlichtherle.truezip.zip.DateTimeConverter
-
Largest supported DOS date/time value in a ZIP file,
which is December 31st, 2107 AD 23:59:58 local time.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UByte
-
The maximum value of an unsigned byte integer,
which is 255.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UInt
-
The maximum value of an unsigned integer,
which is 4294967295L.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.ULong
-
The maximum value of an unsigned long integer,
which is 9223372036854775807L.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UShort
-
The maximum value of an unsigned short integer,
which is 65535.
- method - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Default compression method for next entry.
- METHOD - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
- method - Variable in class de.schlichtherle.truezip.zip.ZipEntry
-
- MIMETYPE - Static variable in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
-
The name of the entry to receive tender, loving care.
- mimetype - Variable in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
-
Whether we have started to write the mimetype entry or not.
- MIN_DOS_TIME - Static variable in enum de.schlichtherle.truezip.zip.DateTimeConverter
-
Smallest supported DOS date/time value in a ZIP file,
which is January 1st, 1980 AD 00:00:00 local time.
- MIN_DOS_TIME - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Smallest supported DOS date/time value in a ZIP file,
which is January 1st, 1980 AD 00:00:00 local time.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UByte
-
The minimum value of an unsigned byte integer,
which is 0.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UInt
-
The minimum value of an unsigned integer,
which is 0L.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.ULong
-
The minimum value of an unsigned long integer,
which is 0L.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UShort
-
The minimum value of an unsigned short integer,
which is 0.
- mountCentralDirectory(ReadOnlyFile, boolean, boolean) - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
Reads the central directory of the given file and populates
the internal tables with ZipEntry instances.