Skip to content

Commit

Permalink
support cosn
Browse files Browse the repository at this point in the history
  • Loading branch information
liujh committed Jan 7, 2025
1 parent 2f779b9 commit afc0bac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public void close() throws IOException {
public void forceSeek(long seekPos) throws IOException {
in.seek(seekPos);
}

/**
* Skips over a given amount of bytes in the stream.
*
Expand Down

0 comments on commit afc0bac

Please sign in to comment.