Home
last modified time | relevance | path

Searched refs:XZIOException (Results 1 – 23 of 23) sorted by relevance

/external/xz-java/src/org/tukaani/xz/index/
DIndexBase.java13 import org.tukaani.xz.XZIOException;
16 private final XZIOException invalidIndexException;
22 IndexBase(XZIOException invalidIndexException) { in IndexBase()
44 void add(long unpaddedSize, long uncompressedSize) throws XZIOException { in add()
DIndexEncoder.java18 import org.tukaani.xz.XZIOException;
25 super(new XZIOException("XZ Stream or its Index has grown too big")); in IndexEncoder()
29 throws XZIOException { in add()
DIndexHash.java19 import org.tukaani.xz.XZIOException;
36 throws XZIOException { in add()
70 } catch (XZIOException e) { in validate()
/external/xz-java/src/org/tukaani/xz/
DXZIOException.java17 public class XZIOException extends java.io.IOException { class
20 public XZIOException() { in XZIOException() method in XZIOException
24 public XZIOException(String s) { in XZIOException() method in XZIOException
DSeekableXZInputStream.java805 throw new XZIOException("Stream closed"); in read()
865 throw new XZIOException("Stream closed"); in available()
942 throw new XZIOException("Stream closed"); in position()
965 throw new XZIOException("Stream closed"); in seek()
968 throw new XZIOException("Negative seek position: " + pos); in seek()
986 throw new XZIOException("Stream closed"); in seekToBlock()
989 throw new XZIOException("Invalid XZ Block number: " + blockNumber); in seekToBlock()
DXZOutputStream.java302 throws XZIOException { in updateFilters()
324 throws XZIOException { in updateFilters()
393 throw new XZIOException("Stream finished or closed"); in write()
437 throw new XZIOException("Stream finished or closed"); in endBlock()
482 throw new XZIOException("Stream finished or closed"); in flush()
DLZMAOutputStream.java244 throw new XZIOException("Stream finished or closed"); in write()
248 throw new XZIOException("Expected uncompressed input size (" in write()
270 throw new XZIOException("LZMAOutputStream does not support flushing"); in flush()
284 throw new XZIOException("Expected uncompressed size (" in finish()
DUncompressedLZMA2OutputStream.java64 throw new XZIOException("Stream finished or closed"); in write()
96 throw new XZIOException("Stream finished or closed"); in writeEndMarker()
117 throw new XZIOException("Stream finished or closed"); in flush()
DDeltaInputStream.java96 throw new XZIOException("Stream closed"); in read()
123 throw new XZIOException("Stream closed"); in available()
DDeltaOutputStream.java49 throw new XZIOException("Stream finished"); in write()
72 throw new XZIOException("Stream finished or closed"); in flush()
DSimpleInputStream.java62 throw new XZIOException("Stream closed"); in read()
121 throw new XZIOException("Stream closed"); in available()
DXZInputStream.java382 throw new XZIOException("Stream closed"); in read()
469 throw new XZIOException("Stream closed"); in available()
DXZFormatException.java15 public class XZFormatException extends XZIOException {
DCorruptedInputException.java17 public class CorruptedInputException extends XZIOException {
DUnsupportedOptionsException.java16 public class UnsupportedOptionsException extends XZIOException {
DMemoryLimitException.java19 public class MemoryLimitException extends XZIOException {
DLZMA2InputStream.java234 throw new XZIOException("Stream closed"); in read()
364 throw new XZIOException("Stream closed"); in available()
DSingleXZInputStream.java406 throw new XZIOException("Stream closed"); in read()
477 throw new XZIOException("Stream closed"); in available()
DLZMA2OutputStream.java99 throw new XZIOException("Stream finished or closed"); in write()
219 throw new XZIOException("Stream finished or closed"); in flush()
DSimpleOutputStream.java56 throw new XZIOException("Stream finished or closed"); in write()
DBlockOutputStream.java125 throw new XZIOException("XZ Stream has grown too big"); in validate()
DLZMAInputStream.java662 throw new XZIOException("Stream closed"); in read()
/external/xz-java/
Dfileset-src.txt60 src/org/tukaani/xz/XZIOException.java