Panda3D
Public Member Functions | List of all members
DCPackData Class Reference

This is a block of data that receives the results of DCPacker. More...

Public Member Functions

 __init__ ()
 
 clear ()
 Empties the contents of the data (without necessarily freeing its allocated memory). More...
 
size_t getLength ()
 Returns the current length of the buffer. This is the number of useful bytes stored in the buffer, not the amount of memory it takes up. More...
 
str getString ()
 Returns the data buffer as a string. Also see get_data(). More...
 

Detailed Description

This is a block of data that receives the results of DCPacker.

Member Function Documentation

◆ __init__()

__init__ ( )

◆ clear()

clear ( )

Empties the contents of the data (without necessarily freeing its allocated memory).

◆ getLength()

size_t getLength ( )

Returns the current length of the buffer. This is the number of useful bytes stored in the buffer, not the amount of memory it takes up.

◆ getString()

str getString ( )

Returns the data buffer as a string. Also see get_data().