jj2000.j2k.codestream.writer |
|
Java Source File Name | Type | Comment |
BitOutputBuffer.java | Class | This class implements a buffer for writing bits, with the required bit
stuffing policy for the packet headers. |
CodestreamWriter.java | Class | This is the abstract class for writing to a bit stream. |
FileCodestreamWriter.java | Class | This class implements a CodestreamWriter for Java streams. |
HeaderEncoder.java | Class | This class writes almost of the markers and marker segments in main header
and in tile-part headers. |
PktEncoder.java | Class | This class builds packets and keeps the state information of packet
interdependencies. |
TagTreeEncoder.java | Class | This class implements the tag tree encoder. |