Browse Source
Relax the read() method to not block until exactly "len" bytes have been read. Instead, return when one or more bytes have been read, up to "len", so UnionInputStream more closely resembles InputStream's read() method. Change-Id: I3f632be8eb85a4a0baf27c9f067c8d817162de2bstable-2.1
Ian Wetherbee
13 years ago
committed by
Shawn O. Pearce
2 changed files with 31 additions and 13 deletions
Loading…
Reference in new issue