Home
last modified time | relevance | path

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

/external/xz-java/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()
DBCJOptions.java26 throws UnsupportedOptionsException { in setStartOffset()
28 throw new UnsupportedOptionsException( in setStartOffset()
DLZMA2Decoder.java17 LZMA2Decoder(byte[] props) throws UnsupportedOptionsException { in LZMA2Decoder()
21 throw new UnsupportedOptionsException( in LZMA2Decoder()
DBCJDecoder.java20 throws UnsupportedOptionsException { in BCJDecoder()
33 throw new UnsupportedOptionsException( in BCJDecoder()
DLZMAInputStream.java89 throws UnsupportedOptionsException, CorruptedInputException { in getMemoryUsage()
91 throw new UnsupportedOptionsException( in getMemoryUsage()
557 throw new UnsupportedOptionsException( in initialize()
574 throw new UnsupportedOptionsException( in initialize()
DBlockInputStream.java66 throw new UnsupportedOptionsException( in BlockInputStream()
121 throw new UnsupportedOptionsException( in BlockInputStream()
177 throw new UnsupportedOptionsException( in BlockInputStream()
DXZOutputStream.java326 throw new UnsupportedOptionsException("Changing filter options " in updateFilters()
330 throw new UnsupportedOptionsException( in updateFilters()
DSimpleOutputStream.java108 throw new UnsupportedOptionsException("Flushing is not supported"); in flush()
DBlockOutputStream.java73 throw new UnsupportedOptionsException(); in BlockOutputStream()
DSeekableXZInputStream.java561 throw new UnsupportedOptionsException("XZ file is too big"); in SeekableXZInputStream()
566 throw new UnsupportedOptionsException( in SeekableXZInputStream()
DLZMAOutputStream.java77 throw new UnsupportedOptionsException( in LZMAOutputStream()
/external/xz-java/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/xz-java/src/org/tukaani/xz/check/
DCheck.java13 import org.tukaani.xz.UnsupportedOptionsException;
35 throws UnsupportedOptionsException { in getInstance()
54 throw new UnsupportedOptionsException( in getInstance()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DDeltaDecoder.java25 import org.tukaani.xz.UnsupportedOptionsException;
44 } catch (final UnsupportedOptionsException ex) { in encode()
/external/xz-java/src/org/tukaani/xz/index/
DIndexDecoder.java20 import org.tukaani.xz.UnsupportedOptionsException;
73 throw new UnsupportedOptionsException("XZ Index has over " in IndexDecoder()
/external/xz-java/
DNEWS88 * LZMA2Options() can no longer throw UnsupportedOptionsException.
Dfileset-src.txt56 src/org/tukaani/xz/UnsupportedOptionsException.java