[]
        
(Showing Draft Content)

CSJ2K.j2k.codestream.writer.HeaderEncoder.baos

baos Field

The ByteArrayOutputStream to store header data. This handler is kept in order to use methods not accessible from a general DataOutputStream. For the other methods, it's better to use variable hbuf.

Namespace: CSJ2K.j2k.codestream.writer
Assembly: C1.C1Pdf.4.8.dll
Syntax
protected MemoryStream baos
Protected baos As MemoryStream
Returns
Type Description
MemoryStream The ByteArrayOutputStream to store header data. This handler is kept in order to use methods not accessible from a general DataOutputStream. For the other methods, it's better to use variable hbuf.