tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
BzipException
tango
io
stream
Bzip
This exception is thrown when an error occurs in the underlying bzip2 library.
class
BzipException :
IOException
{
this
(int code);
this
(string msg);
}
Constructors
this
this
(int code)
Undocumented in source.
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
tango
io
stream
Bzip
classes
BzipClosedException
BzipException
BzipInput
BzipOutput
BzipStillOpenException
This exception is thrown when an error occurs in the underlying bzip2 library.