class Protocol::HTTP::Body::File

def rewindable?

@returns [Boolean] whether the body is rewindable, generally always true for seekable files.
def rewindable?
	true
end