Package hedge :: Module vtk :: Class EncodedBuffer
[hide private]
[frames] | no frames]

Class EncodedBuffer

source code

Instance Methods [hide private]
 
encoder(self)
Return an identifier for the binary encoding used.
source code
 
compressor(self)
Return an identifier for the compressor used, or None.
source code
 
raw_buffer(self)
Reobtain the raw buffer string object that was used to construct this encoded buffer.
source code
 
add_to_xml_element(self, xml_element)
Add encoded buffer to the given xml_element.
source code
Method Details [hide private]

add_to_xml_element(self, xml_element)

source code 

Add encoded buffer to the given xml_element. Return total size of encoded buffer in bytes.