
The bit stream reader agent allows to make request for compressed block data in any order. The amount of data returned would normally depend on the data available at the time of the request, be it from a file or from a network connection.
The bit stream reader agent has the notion of a current tile, and coordinates are relative to the current tile, where applicable.
Resolution level 0 is the lowest resolution level, i.e. the LL subband alone.
'Declaration Public MustInherit Class BitstreamReaderAgent Implements CSJ2K.j2k.entropy.decoder.CodedCBlkDataSrcDec, CSJ2K.j2k.wavelet.synthesis.InvWTData, CSJ2K.j2k.wavelet.synthesis.MultiResImgData
public abstract class BitstreamReaderAgent : CSJ2K.j2k.entropy.decoder.CodedCBlkDataSrcDec, CSJ2K.j2k.wavelet.synthesis.InvWTData, CSJ2K.j2k.wavelet.synthesis.MultiResImgData
System.Object
CSJ2K.j2k.codestream.reader.BitstreamReaderAgent
CSJ2K.j2k.codestream.reader.FileBitstreamReaderAgent