module Duktape::API::Buffer
Direct including types
Defined in:
duktape/api/buffer.crInstance Method Summary
- #config_buffer(index : LibDUK::Index, buf : Slice(UInt8))
- #get_buffer_data(index : LibDUK::Index)
- #push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : UInt32)
- #push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : LibDUK::BufObj)
- #require_buffer_data(index : LibDUK::Index)
- #resize_buffer(index : LibDUK::Index, size : Int32)
- #steal_buffer(index : LibDUK::Index)
Instance Method Detail
def push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : UInt32)
#
def push_buffer_object(index : LibDUK::Index, byte_offset : Int32, byte_length : Int32, flags : LibDUK::BufObj)
#