class IO::CopyException

Defined in:

socks/extra/io.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String | Nil = nil, cause : Exception | Nil = nil, len : Int32 | Nil = nil, count : Int64 | Nil = nil, bytes : Bytes | Nil = nil) #

[View source]

Instance Method Detail

def bytes : Bytes | Nil #

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

[View source]
def count : Int64 | Nil #

[View source]
def count=(count : Int64 | Nil) #

[View source]
def len : Int32 | Nil #

[View source]
def len=(len : Int32 | Nil) #

[View source]