OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MODE_UNCOMPRESSED
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Encoder.java
23
if (options.getMode() == LZMA2Options.
MODE_UNCOMPRESSED
) {
LZMA2Options.java
92
public static final int
MODE_UNCOMPRESSED
= 0;
415
* The special mode <code>
MODE_UNCOMPRESSED
</code> doesn't try to
423
if (mode <
MODE_UNCOMPRESSED
|| mode > MODE_NORMAL)
527
return (mode ==
MODE_UNCOMPRESSED
)
533
if (mode ==
MODE_UNCOMPRESSED
)
Completed in 56 milliseconds