class Protocol::HTTP::Body::Streamable::Output

def read

Read from the output stream (may block).
def read
	@output.read
end