C# Class CSJ2K.j2k.codestream.CorruptedCodestreamException

This exception is thrown whenever an illegal value is read from a bit stream. The cause can be either a corrupted bit stream, or a a bit stream which is illegal.
Inheritance: System.IO.IOException
Show file Open project: cureos/csj2k

Public Methods

Method Description
CorruptedCodestreamException ( ) : System

Constructs a new CorruptedCodestreamException exception with no detail message.

CorruptedCodestreamException ( System s ) : System

Constructs a new CorruptedCodestreamException exception with the specified detail message.

Method Details

CorruptedCodestreamException() public method

Constructs a new CorruptedCodestreamException exception with no detail message.
public CorruptedCodestreamException ( ) : System
return System

CorruptedCodestreamException() public method

Constructs a new CorruptedCodestreamException exception with the specified detail message.
public CorruptedCodestreamException ( System s ) : System
s System The detail message. /// ///
return System