ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / FileCodestreamWriter Class
Fields Properties Methods


In This Topic
    FileCodestreamWriter Class Members
    In This Topic

    The following tables list the members exposed by FileCodestreamWriter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)The default buffer length, 1024 bytes  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns the current length of the entire bit stream.  
    Public PropertyOverridden. Returns the number of bytes remaining available in the bit stream. This is the maximum allowed number of bytes minus the number of bytes that have already been written to the bit stream. If more bytes have been written to the bit stream than the maximum number of allowed bytes, then a negative value is returned.  
    Public PropertyOverridden. Gives the offset of the end of last packet containing ROI information  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Writes the EOC marker and closes the underlying stream.  
    Public MethodOverridden. Writes the header data in the codestream and actualize ndata with the header length. The header is either a MainHeaderEncoder or a TileHeaderEncoder.  
    Public MethodOverridden.   
    Public MethodOverridden.   
    Top
    See Also