class Protocol::HTTP::Body::File

def empty?

@returns [Boolean] whether more data should be read.
def empty?
	@remaining == 0
end