unreadMany abstract method

void unreadMany(
  1. int count
)

Pushes the specified number of characters to the top of the stream.

  • count A number of characcted to be pushed back.

Implementation

void unreadMany(int count);