IO::ByteFormat::LittleEndian

module IO::ByteFormat::LittleEndian

Extended Modules

Defined in:

io/byte_format.cr
io/byte_format.cr

Class Method Summary

Class Method Detail

def self.decode(type : Int8.class, io : IO)Source

def self.decode(type : UInt64.class, io : IO)Source

def self.decode(type : Int64.class, bytes : Bytes)Source

def self.decode(type : Int64.class, io : IO)Source

def self.decode(type : UInt32.class, bytes : Bytes)Source

def self.decode(type : UInt32.class, io : IO)Source

def self.decode(type : Int32.class, bytes : Bytes)Source

def self.decode(type : Int32.class, io : IO)Source

def self.decode(type : UInt16.class, bytes : Bytes)Source

def self.decode(type : UInt16.class, io : IO)Source

def self.decode(type : Int16.class, bytes : Bytes)Source

def self.decode(type : Int16.class, io : IO)Source

def self.decode(type : UInt8.class, bytes : Bytes)Source

def self.decode(type : UInt8.class, io : IO)Source

def self.decode(type : Int8.class, bytes : Bytes)Source

def self.decode(type : UInt64.class, bytes : Bytes)Source

def self.encode(int : UInt64, bytes : Bytes)Source

def self.encode(int : UInt64, io : IO)Source

def self.encode(int : Int64, bytes : Bytes)Source

def self.encode(int : Int64, io : IO)Source

def self.encode(int : UInt32, bytes : Bytes)Source

def self.encode(int : UInt32, io : IO)Source

def self.encode(int : Int32, bytes : Bytes)Source

def self.encode(int : Int32, io : IO)Source

def self.encode(int : UInt16, bytes : Bytes)Source

def self.encode(int : UInt16, io : IO)Source

def self.encode(int : Int16, bytes : Bytes)Source

def self.encode(int : Int16, io : IO)Source

def self.encode(int : UInt8, bytes : Bytes)Source

def self.encode(int : UInt8, io : IO)Source

def self.encode(int : Int8, bytes : Bytes)Source

def self.encode(int : Int8, io : IO)Source

© 2012–2017 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.22.0/IO/ByteFormat/LittleEndian.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部