Searched refs:XZIOException (Results 1 – 23 of 23) sorted by relevance
13 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()
18 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()
19 import org.tukaani.xz.XZIOException;36 throws XZIOException { in add()70 } catch (XZIOException e) { in validate()
17 public class XZIOException extends java.io.IOException { class20 public XZIOException() { in XZIOException() method in XZIOException24 public XZIOException(String s) { in XZIOException() method in XZIOException
805 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()
302 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()
244 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()
64 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()
96 throw new XZIOException("Stream closed"); in read()123 throw new XZIOException("Stream closed"); in available()
49 throw new XZIOException("Stream finished"); in write()72 throw new XZIOException("Stream finished or closed"); in flush()
62 throw new XZIOException("Stream closed"); in read()121 throw new XZIOException("Stream closed"); in available()
382 throw new XZIOException("Stream closed"); in read()469 throw new XZIOException("Stream closed"); in available()
15 public class XZFormatException extends XZIOException {
17 public class CorruptedInputException extends XZIOException {
16 public class UnsupportedOptionsException extends XZIOException {
19 public class MemoryLimitException extends XZIOException {
234 throw new XZIOException("Stream closed"); in read()364 throw new XZIOException("Stream closed"); in available()
406 throw new XZIOException("Stream closed"); in read()477 throw new XZIOException("Stream closed"); in available()
99 throw new XZIOException("Stream finished or closed"); in write()219 throw new XZIOException("Stream finished or closed"); in flush()
56 throw new XZIOException("Stream finished or closed"); in write()
125 throw new XZIOException("XZ Stream has grown too big"); in validate()
662 throw new XZIOException("Stream closed"); in read()
60 src/org/tukaani/xz/XZIOException.java