ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / BitOutputBuffer Class / reset Method

In This Topic
    reset Method (BitOutputBuffer)
    In This Topic
    Resets the buffer. This rewinds the current position to the start of the buffer and sets all tha data to 0. Note that no new buffer is allocated, so this will affect any data that was returned by the 'getBuffer()' method.
    Syntax
    'Declaration
     
    
    Public Overridable Sub reset() 
    public virtual void reset()
    See Also