HomeSort by relevance Sort by last modified time
    Searched refs:CorruptedInputException (Results 1 - 13 of 13) sorted by null

  /external/xz-java/src/org/tukaani/xz/
CorruptedInputException.java 2 * CorruptedInputException
17 public class CorruptedInputException extends XZIOException {
21 * Creates a new CorruptedInputException with
24 public CorruptedInputException() {
29 * Creates a new CorruptedInputException with
34 public CorruptedInputException(String s) {
BlockInputStream.java 62 throw new CorruptedInputException("XZ Block Header is corrupt");
92 throw new CorruptedInputException();
108 throw new CorruptedInputException();
115 throw new CorruptedInputException("XZ Block Header is corrupt");
132 throw new CorruptedInputException(
143 throw new CorruptedInputException(
151 throw new CorruptedInputException(
226 throw new CorruptedInputException();
237 throw new CorruptedInputException();
259 throw new CorruptedInputException();
    [all...]
LZMA2InputStream.java 189 * @throws CorruptedInputException
217 * @throws CorruptedInputException
269 throw new CorruptedInputException();
294 throw new CorruptedInputException();
310 throw new CorruptedInputException();
319 throw new CorruptedInputException();
331 throw new CorruptedInputException();
339 throw new CorruptedInputException();
348 * data is corrupt, <code>CorruptedInputException</code> may get
SeekableXZInputStream.java 198 * @throws CorruptedInputException
233 * @throws CorruptedInputException
269 * @throws CorruptedInputException
313 * @throws CorruptedInputException
374 * @throws CorruptedInputException
426 * @throws CorruptedInputException
467 throw new CorruptedInputException(
476 throw new CorruptedInputException();
499 throw new CorruptedInputException(
541 throw new CorruptedInputException("XZ Index indicates
    [all...]
LZMAInputStream.java 85 * @throws CorruptedInputException
89 throws UnsupportedOptionsException, CorruptedInputException {
96 throw new CorruptedInputException("Invalid LZMA properties byte");
168 * @throws CorruptedInputException
201 * @throws CorruptedInputException
235 * @throws CorruptedInputException
275 * @throws CorruptedInputException
358 * @throws CorruptedInputException
394 * @throws CorruptedInputException
439 * @throws CorruptedInputException
    [all...]
XZInputStream.java 88 * @throws CorruptedInputException
119 * @throws CorruptedInputException
155 * @throws CorruptedInputException
191 * @throws CorruptedInputException
247 * @throws CorruptedInputException
290 * @throws CorruptedInputException
325 * @throws CorruptedInputException
363 * @throws CorruptedInputException
451 throw new CorruptedInputException(
460 * data is corrupt, <code>CorruptedInputException</code> may ge
    [all...]
SingleXZInputStream.java 80 * @throws CorruptedInputException
112 * @throws CorruptedInputException
149 * @throws CorruptedInputException
187 * @throws CorruptedInputException
244 * @throws CorruptedInputException
289 * @throws CorruptedInputException
349 * @throws CorruptedInputException
387 * @throws CorruptedInputException
460 throw new CorruptedInputException(
468 * data is corrupt, <code>CorruptedInputException</code> may ge
    [all...]
  /external/xz-java/src/org/tukaani/xz/index/
IndexHash.java 20 import org.tukaani.xz.CorruptedInputException;
26 super(new CorruptedInputException());
58 throw new CorruptedInputException(
71 throw new CorruptedInputException("XZ Index is corrupt");
77 throw new CorruptedInputException("XZ Index is corrupt");
84 throw new CorruptedInputException("XZ Index is corrupt");
90 throw new CorruptedInputException("XZ Index is corrupt");
96 throw new CorruptedInputException("XZ Index is corrupt");
IndexDecoder.java 18 import org.tukaani.xz.CorruptedInputException;
44 super(new CorruptedInputException("XZ Index is corrupt"));
57 throw new CorruptedInputException("XZ Index is corrupt");
68 throw new CorruptedInputException("XZ Index is corrupt");
98 throw new CorruptedInputException("XZ Index is corrupt");
114 throw new CorruptedInputException("XZ Index is corrupt");
121 throw new CorruptedInputException("XZ Index is corrupt");
126 throw new CorruptedInputException("XZ Index is corrupt");
132 throw new CorruptedInputException("XZ Index is corrupt");
  /external/xz-java/src/org/tukaani/xz/rangecoder/
RangeDecoderFromStream.java 16 import org.tukaani.xz.CorruptedInputException;
25 throw new CorruptedInputException();
RangeDecoderFromBuffer.java 16 import org.tukaani.xz.CorruptedInputException;
38 throw new CorruptedInputException();
41 throw new CorruptedInputException();
67 throw new CorruptedInputException();
  /external/xz-java/src/org/tukaani/xz/common/
DecoderUtil.java 18 import org.tukaani.xz.CorruptedInputException;
43 throw new CorruptedInputException("XZ Stream Header is corrupt");
58 throw new CorruptedInputException("XZ Stream Footer is corrupt");
62 throw new CorruptedInputException("XZ Stream Footer is corrupt");
107 throw new CorruptedInputException();
114 throw new CorruptedInputException();
  /external/xz-java/src/org/tukaani/xz/lz/
LZDecoder.java 16 import org.tukaani.xz.CorruptedInputException;
88 throw new CorruptedInputException();

Completed in 276 milliseconds