Function

RBEncodernew

Declaration [src]

RBEncoder*
rb_encoder_new (
  void
)

Description [src]

Creates a new RBEncoder instance.

Return value

Type: RBEncoder

The new RBEncoder.

The caller of the function takes ownership of the data, and is responsible for freeing it.