Read a segment of a file in Java / Android

后端 未结 3 2047
难免孤独
难免孤独 2021-01-13 04:59

I\'m sure this might be a simple question, but unfortunately this is my first time using Java and working the Android SDK.

I am uploading files on Android using the

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-13 05:10

    Use skip() method of FileInputStream stream to seek to the fragment you need.

提交回复
热议问题