Skip to content

Commit

Permalink
Merge branch 'fix/pdf-fragments' of github.com:readium/kotlin-toolkit…
Browse files Browse the repository at this point in the history
… into fix/pdf-fragments
  • Loading branch information
mickael-menu committed Oct 2, 2023
2 parents cc81b9c + 7d5e235 commit e71bd01
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.ByteBuffer;
import java.nio.file.LinkOption;

/**
* Utility functions
Expand All @@ -38,13 +37,6 @@ public final class IOUtils {
private static final int COPY_BUF_SIZE = 8024;
private static final int SKIP_BUF_SIZE = 4096;

/**
* Empty array of type {@link LinkOption}.
*
* @since 1.21
*/
public static final LinkOption[] EMPTY_LINK_OPTIONS = {};

// This buffer does not need to be synchronized because it is write only; the contents are ignored
// Does not affect Immutability
private static final byte[] SKIP_BUF = new byte[SKIP_BUF_SIZE];
Expand Down

0 comments on commit e71bd01

Please sign in to comment.