Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18756] Windows: Implement Titanium.Buffer proxy

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2015-09-10T23:33:23.000+0000
Affected Version/sRelease 4.1.0
Fix Version/sRelease 5.1.0
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeKota Iguchi
Created2015-03-27T17:10:03.000+0000
Updated2017-03-14T20:16:54.000+0000

Description

http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Buffer

Properties

- byteOrder : Number CREATION-ONLY - length : Number - type : String CREATION-ONLY - value : Number/String CREATION-ONLY

Methods

- append( sourceBuffer, [sourceOffset], [sourceLength] ) : Number - clear( ) : void - clone( [offset], [length] ) : Titanium.Buffer - copy( sourceBuffer, offset, [sourceOffset], [sourceLength] ) : Number - fill( fillByte, [offset], [length] ) : void - insert( sourceBuffer, offset, [sourceOffset], [sourceLength] ) : Number - release( ) : void - toBlob( ) : Titanium.Blob - toString( ) : String

Comments

  1. Lee Morris 2017-03-14

    Closing ticket as fixed.

JSON Source