Home
last modified time | relevance | path

Searched refs:CorruptedInputException (Results 1 – 14 of 14) sorted by relevance

/external/xz-java/src/org/tukaani/xz/
DBlockInputStream.java62 throw new CorruptedInputException("XZ Block Header is corrupt"); in BlockInputStream()
92 throw new CorruptedInputException(); in BlockInputStream()
108 throw new CorruptedInputException(); in BlockInputStream()
115 throw new CorruptedInputException("XZ Block Header is corrupt"); in BlockInputStream()
132 throw new CorruptedInputException( in BlockInputStream()
143 throw new CorruptedInputException( in BlockInputStream()
151 throw new CorruptedInputException( in BlockInputStream()
226 throw new CorruptedInputException(); in read()
237 throw new CorruptedInputException(); in read()
259 throw new CorruptedInputException(); in validate()
[all …]
DLZMA2InputStream.java269 throw new CorruptedInputException(); in read()
294 throw new CorruptedInputException(); in decodeChunkHeader()
310 throw new CorruptedInputException(); in decodeChunkHeader()
319 throw new CorruptedInputException(); in decodeChunkHeader()
331 throw new CorruptedInputException(); in decodeProps()
339 throw new CorruptedInputException(); in decodeProps()
DCorruptedInputException.java17 public class CorruptedInputException extends XZIOException { class
24 public CorruptedInputException() { in CorruptedInputException() method in CorruptedInputException
34 public CorruptedInputException(String s) { in CorruptedInputException() method in CorruptedInputException
DSeekableXZInputStream.java467 throw new CorruptedInputException( in SeekableXZInputStream()
476 throw new CorruptedInputException(); in SeekableXZInputStream()
499 throw new CorruptedInputException( in SeekableXZInputStream()
541 throw new CorruptedInputException("XZ Index indicates " in SeekableXZInputStream()
554 throw new CorruptedInputException( in SeekableXZInputStream()
842 e = new CorruptedInputException(); in read()
1067 throw new CorruptedInputException(); in seek()
1149 throw new CorruptedInputException();
DLZMAInputStream.java89 throws UnsupportedOptionsException, CorruptedInputException { in getMemoryUsage()
96 throw new CorruptedInputException("Invalid LZMA properties byte"); in getMemoryUsage()
564 throw new CorruptedInputException("Invalid LZMA properties byte"); in initialize()
686 } catch (CorruptedInputException e) { in read()
724 throw new CorruptedInputException(); in read()
DXZInputStream.java451 throw new CorruptedInputException( in prepareNextStream()
DSingleXZInputStream.java460 throw new CorruptedInputException( in validateStreamFooter()
/external/xz-java/src/org/tukaani/xz/index/
DIndexHash.java20 import org.tukaani.xz.CorruptedInputException;
26 super(new CorruptedInputException()); in IndexHash()
58 throw new CorruptedInputException( in validate()
71 throw new CorruptedInputException("XZ Index is corrupt"); in validate()
77 throw new CorruptedInputException("XZ Index is corrupt"); in validate()
84 throw new CorruptedInputException("XZ Index is corrupt"); in validate()
90 throw new CorruptedInputException("XZ Index is corrupt"); in validate()
96 throw new CorruptedInputException("XZ Index is corrupt"); in validate()
DIndexDecoder.java18 import org.tukaani.xz.CorruptedInputException;
44 super(new CorruptedInputException("XZ Index is corrupt")); in IndexDecoder()
57 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
68 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
98 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
114 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
121 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
126 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
132 throw new CorruptedInputException("XZ Index is corrupt"); in IndexDecoder()
/external/xz-java/src/org/tukaani/xz/common/
DDecoderUtil.java18 import org.tukaani.xz.CorruptedInputException;
43 throw new CorruptedInputException("XZ Stream Header is corrupt"); in decodeStreamHeader()
58 throw new CorruptedInputException("XZ Stream Footer is corrupt"); in decodeStreamFooter()
62 throw new CorruptedInputException("XZ Stream Footer is corrupt"); in decodeStreamFooter()
107 throw new CorruptedInputException(); in decodeVLI()
114 throw new CorruptedInputException(); in decodeVLI()
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeDecoderFromBuffer.java16 import org.tukaani.xz.CorruptedInputException;
38 throw new CorruptedInputException(); in prepareInputBuffer()
41 throw new CorruptedInputException(); in prepareInputBuffer()
67 throw new CorruptedInputException(); in normalize()
DRangeDecoderFromStream.java16 import org.tukaani.xz.CorruptedInputException;
25 throw new CorruptedInputException(); in RangeDecoderFromStream()
/external/xz-java/src/org/tukaani/xz/lz/
DLZDecoder.java16 import org.tukaani.xz.CorruptedInputException;
88 throw new CorruptedInputException(); in repeat()
/external/xz-java/
Dfileset-src.txt19 src/org/tukaani/xz/CorruptedInputException.java