class Async::HTTP::Body::Buffered

def initialize(chunks)

def initialize(chunks)
	@chunks = chunks
	@bytesize = nil
	
	@index = 0
end