NeedsInput() public method

public NeedsInput ( ) : bool
return bool
 public bool NeedsInput()
 {
     return(encoder.NeedsInput());
 }