struct File::Xattrs::FD

Defined in:

xattr.cr

Constructors

Instance methods inherited from struct File::Xattrs

[](key : String) : String [], []=(key : String, value : String) : String []=, []?(key : String) : String | Nil []?, fetch(key : String, default)
fetch(key : String)
fetch(key : String, &)
fetch
, initialize initialize

Constructor methods inherited from struct File::Xattrs

new new

Constructor Detail

def self.new(fd : IO::FileDescriptor) #

[View source]