Read the remaining bytes of data from the binary input stream and return as a string. @return the remaining bytes of data from the binary input stream as a String @throws RuntimeException if the input stream is empty or if the number of bits available is not a multiple of 8 (byte-aligned)
()