class Ole::ConvertString

Defined in:

convert_string.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Bytes, size : UInt32, byte_order : Ole::ByteOrder) #

[View source]

Instance Method Detail

def arr : Array(UInt16) #

[View source]
def arr=(arr : Array(UInt16)) #

[View source]
def byte_order : Ole::ByteOrder #

[View source]
def byte_order=(byte_order : Ole::ByteOrder) #

[View source]
def bytes : Bytes #

[View source]
def bytes=(bytes : Bytes) #

[View source]
def get_array : Array(UInt16) #

[View source]
def make_even #

[View source]
def size : UInt32 #

[View source]
def size=(size : UInt32) #

[View source]
def swap #

[View source]
def to_s : String #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]