# File lib/puma/java_io_buffer.rb, line 14 def initialize @buf = JavaIOBuffer.new(BUF_DEFAULT_SIZE) end