Home
last modified time | relevance | path

Searched refs:UnsupportedOptionsException (Results 1 – 19 of 19) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DLZMA2Options.java149 } catch (UnsupportedOptionsException e) { in LZMA2Options()
161 public LZMA2Options(int preset) throws UnsupportedOptionsException { in LZMA2Options()
173 throws UnsupportedOptionsException { in LZMA2Options()
199 public void setPreset(int preset) throws UnsupportedOptionsException { in setPreset()
201 throw new UnsupportedOptionsException( in setPreset()
237 public void setDictSize(int dictSize) throws UnsupportedOptionsException { in setDictSize()
239 throw new UnsupportedOptionsException( in setDictSize()
244 throw new UnsupportedOptionsException( in setDictSize()
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException { in setLcLp()
297 throw new UnsupportedOptionsException( in setLcLp()
[all …]
DRawCoder.java14 throws UnsupportedOptionsException { in validate()
17 throw new UnsupportedOptionsException( in validate()
21 throw new UnsupportedOptionsException( in validate()
30 throw new UnsupportedOptionsException( in validate()
DUnsupportedOptionsException.java16 public class UnsupportedOptionsException extends XZIOException { class
23 public UnsupportedOptionsException() {} in UnsupportedOptionsException() method in UnsupportedOptionsException
31 public UnsupportedOptionsException(String s) { in UnsupportedOptionsException() method in UnsupportedOptionsException
DDeltaOptions.java50 public DeltaOptions(int distance) throws UnsupportedOptionsException { in DeltaOptions()
58 public void setDistance(int distance) throws UnsupportedOptionsException { in setDistance()
60 throw new UnsupportedOptionsException( in setDistance()
DDeltaDecoder.java17 DeltaDecoder(byte[] props) throws UnsupportedOptionsException { in DeltaDecoder()
19 throw new UnsupportedOptionsException( in DeltaDecoder()
DLZMA2Decoder.java17 LZMA2Decoder(byte[] props) throws UnsupportedOptionsException { in LZMA2Decoder()
21 throw new UnsupportedOptionsException( in LZMA2Decoder()
DBCJOptions.java26 throws UnsupportedOptionsException { in setStartOffset()
28 throw new UnsupportedOptionsException( in setStartOffset()
DLZMAInputStream.java88 throws UnsupportedOptionsException, CorruptedInputException { in getMemoryUsage()
90 throw new UnsupportedOptionsException( in getMemoryUsage()
377 throw new UnsupportedOptionsException( in initialize()
394 throw new UnsupportedOptionsException( in initialize()
DBCJDecoder.java20 throws UnsupportedOptionsException { in BCJDecoder()
33 throw new UnsupportedOptionsException( in BCJDecoder()
DBlockInputStream.java65 throw new UnsupportedOptionsException( in BlockInputStream()
120 throw new UnsupportedOptionsException( in BlockInputStream()
176 throw new UnsupportedOptionsException( in BlockInputStream()
DXZOutputStream.java209 throw new UnsupportedOptionsException("Changing filter options " in updateFilters()
213 throw new UnsupportedOptionsException( in updateFilters()
DSeekableXZInputStream.java418 throw new UnsupportedOptionsException("XZ file is too big"); in SeekableXZInputStream()
423 throw new UnsupportedOptionsException( in SeekableXZInputStream()
DSimpleOutputStream.java108 throw new UnsupportedOptionsException("Flushing is not supported"); in flush()
DBlockOutputStream.java72 throw new UnsupportedOptionsException(); in BlockOutputStream()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/common/
DDecoderUtil.java19 import org.tukaani.xz.UnsupportedOptionsException;
47 } catch (UnsupportedOptionsException e) { in decodeStreamHeader()
48 throw new UnsupportedOptionsException( in decodeStreamHeader()
67 } catch (UnsupportedOptionsException e) { in decodeStreamFooter()
68 throw new UnsupportedOptionsException( in decodeStreamFooter()
82 throws UnsupportedOptionsException { in decodeStreamFlags()
84 throw new UnsupportedOptionsException(); in decodeStreamFlags()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
DCheck.java13 import org.tukaani.xz.UnsupportedOptionsException;
35 throws UnsupportedOptionsException { in getInstance()
54 throw new UnsupportedOptionsException( in getInstance()
/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexDecoder.java20 import org.tukaani.xz.UnsupportedOptionsException;
73 throw new UnsupportedOptionsException("XZ Index has over " in IndexDecoder()
/external/lzma/Java/Tukaani/
DNEWS49 * LZMA2Options() can no longer throw UnsupportedOptionsException.
Dfileset-src.txt49 src/org/tukaani/xz/UnsupportedOptionsException.java