class Protocol::HTTP::Body::File

def inspect

@returns [String] a string representation of the file body.

Inspect the file body.
def inspect
	"\#<#{self.class} file=#{@file.inspect} offset=#{@offset} remaining=#{@remaining}>"
end