source: box/trunk/lib/compress/CompressException.txt @ 217

Revision 217, 376 bytes checked in by martin, 6 years ago (diff)

Set svn:eol-style as appropriate for all files

  • Property svn:eol-style set to native
Line 
1EXCEPTION Compress 6
2
3Internal                                        0
4InitFailed                                      1
5EndFailed                                       2
6BadUsageInputNotRequired        3
7TransformFailed                         4
8CopyCompressStreamNotAllowed                            5
9NullPointerPassedToCompressStream                       6
10CompressStreamReadSupportNotRequested           7       Specify read in the constructor
11CompressStreamWriteSupportNotRequested          8       Specify write in the constructor
12CannotWriteToClosedCompressStream                       9
Note: See TracBrowser for help on using the repository browser.