mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5147 read entire data stream
X-SVN-Rev: 19616
This commit is contained in:
parent
d0b264bb95
commit
d3538e3a8e
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public final class UPropertyAliases implements ICUBinary.Authenticate {
|
|||
// first.
|
||||
byte raw[] = new byte[total_size];
|
||||
d.reset();
|
||||
d.read(raw);
|
||||
d.readFully(raw);
|
||||
d.close();
|
||||
|
||||
Builder builder = new Builder(raw);
|
||||
|
|
Loading…
Add table
Reference in a new issue