简体   繁体   中英

Progress while loading data from .ser

I would like to build progress bar(Java) for my data loading. However my data is in .ser file as I read it as a serialized object. Any idea how should I present data loading progress in this situation?

Use a ProgressMonitorInputStream . For further details, see How to Use Progress Monitors in the tutorial.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM