Reads the remaining bytes of data from standard input and return as a string. @return the remaining bytes of data from standard input as a String @throws NoSuchElementException if standard input is empty or if the number of bits available on standard input is not a multiple of 8 (by
()