Ticket #5 (closed enhancement: fixed)

Opened 1 year ago

Last modified 3 weeks ago

Access to MDStringBuffer's internal buffer

Reported by: vektorboson Assigned to: JarrettBillingsley
Priority: normal Milestone: MiniD 2
Component: Native API Keywords: StringBuffer
Cc: JarrettBillingsley

Description

It would be nice if MDStringBuffer had a property to access the internal buffer (so one does not need to use opSlice(0, length) in D to get it).

See ticket #4 for use case.

Change History

12/23/07 11:56:02 changed by JarrettBillingsley

  • cc set to JarrettBillingsley.

01/15/08 08:38:48 changed by JarrettBillingsley

  • milestone set to MiniD 2.

01/15/08 21:20:24 changed by JarrettBillingsley

  • component changed from component1 to Native API.

01/15/08 23:45:25 changed by JarrettBillingsley

  • priority changed from minor to normal.

11/06/08 21:48:29 changed by JarrettBillingsley

No, I haven't forgotten this one ;) once Vectors and StringBuffers are unified, you'll definitely be able to access the data inside one from the native API.

11/11/08 11:00:05 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

This is now possible; I've just got to document it.