Object
Default size (in bytes) of the max read from a local source (File, String, etc.) to the user space write buffers for socket IO.
# File lib/net_fix.rb, line 70 def self.local_read_size=(readsize) if(readsize <= 0) return end @@local_read_size = readsize end
# File lib/net_fix.rb, line 77 def self.local_read_size?() @@local_read_size end
[Validate]
Generated with the Darkfish Rdoc Generator 2.