class TDS::PreLoginSerializer

Defined in:

tds/pre_login_request.cr

Constant Summary

NETLIB9 = Bytes[9, 0, 0, 0, 0, 0]
NETWORK_ENCODING = IO::ByteFormat::NetworkEndian

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def flush #

[View source]
def read(type : String.class) : String #

[View source]
def read(type : Bool.class) #

[View source]
def read(data : Bytes) #

[View source]
def write(data : Bytes) #

[View source]
def write(data : String) #

[View source]
def write(data : Bool) #

[View source]
def write(data : UInt32) #

[View source]