// This appears to be some windows-only mode.  On a java platform this is a no-op
@JRubyMethod(name = "binmode")
public IRubyObject binmode() {
return this;
}