Open nbhargava opened 6 years ago
If the seek_size or phonetic_size end up being too large (i.e. 1MB in size), the byte array allocation request may block indefinitely. Since at these points, the data isn't needed, we can safely seek past them.
seek_size
phonetic_size
If the
seek_size
orphonetic_size
end up being too large (i.e. 1MB in size), the byte array allocation request may block indefinitely. Since at these points, the data isn't needed, we can safely seek past them.