module EventMachine::Protocols::LineText2

def receive_end_of_binary_data

to keep track of how much data it's received.
back to line mode. Useful when client code doesn't want
This is called when transitioning internally from text mode
Stub. Should be subclassed by user code.
def receive_end_of_binary_data
  # no-op
end