Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Unlock (0.16 sec)

  1. android/guava/src/com/google/common/io/ByteStreams.java

              "reached end of stream after reading " + read + " bytes; " + len + " bytes expected");
        }
      }
    
      /**
       * Discards {@code n} bytes of data from the input stream. This method will block until the full
       * amount has been skipped. Does not close the stream.
       *
       * @param in the input stream to read from
       * @param n the number of bytes to skip
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Jan 17 18:59:58 GMT 2024
    - 29.7K bytes
    - Viewed (0)
Back to top