Method: DTAS::Buffer#initialize

Defined in:
lib/dtas/buffer.rb

#initializeBuffer

Returns a new instance of Buffer.



23
24
25
26
27
# File 'lib/dtas/buffer.rb', line 23

def initialize
  @bytes_xfer = 0
  @buffer_size = nil
  @to_io, @wr = DTAS::Pipe.new
end